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

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

Go to download

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/tink.proto
// Protobuf Java Version: 4.28.2

package com.google.crypto.tink.proto;

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

  /**
   * 
   * See Keyset.primary_key_id.
   * 
* * uint32 primary_key_id = 1; * @return The primaryKeyId. */ int getPrimaryKeyId(); /** *
   * KeyInfos in the KeysetInfo.
   * Each KeyInfo is corresponding to a Key in the corresponding Keyset.
   * 
* * repeated .google.crypto.tink.KeysetInfo.KeyInfo key_info = 2; */ java.util.List getKeyInfoList(); /** *
   * KeyInfos in the KeysetInfo.
   * Each KeyInfo is corresponding to a Key in the corresponding Keyset.
   * 
* * repeated .google.crypto.tink.KeysetInfo.KeyInfo key_info = 2; */ com.google.crypto.tink.proto.KeysetInfo.KeyInfo getKeyInfo(int index); /** *
   * KeyInfos in the KeysetInfo.
   * Each KeyInfo is corresponding to a Key in the corresponding Keyset.
   * 
* * repeated .google.crypto.tink.KeysetInfo.KeyInfo key_info = 2; */ int getKeyInfoCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy