All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.KeysetOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/tink.proto

package com.google.crypto.tink.proto;

public interface KeysetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.Keyset)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * Identifies key used to generate new crypto data (encrypt, sign).
   * Required.
   * 
* * uint32 primary_key_id = 1; * @return The primaryKeyId. */ int getPrimaryKeyId(); /** *
   * Actual keys in the Keyset.
   * Required.
   * 
* * repeated .google.crypto.tink.Keyset.Key key = 2; */ java.util.List getKeyList(); /** *
   * Actual keys in the Keyset.
   * Required.
   * 
* * repeated .google.crypto.tink.Keyset.Key key = 2; */ com.google.crypto.tink.proto.Keyset.Key getKey(int index); /** *
   * Actual keys in the Keyset.
   * Required.
   * 
* * repeated .google.crypto.tink.Keyset.Key key = 2; */ int getKeyCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy