com.google.crypto.tink.proto.KeysetInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tink Show documentation
Show all versions of tink Show documentation
Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/tink.proto
package com.google.crypto.tink.proto;
public interface KeysetInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.KeysetInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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();
/**
*
* 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 extends com.google.crypto.tink.proto.KeysetInfo.KeyInfoOrBuilder>
getKeyInfoOrBuilderList();
/**
*
* 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.KeyInfoOrBuilder getKeyInfoOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy