public interface KeysetInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.KeyInfo |
getKeyInfo(int index)
KeyInfos in the KeysetInfo.
|
int |
getKeyInfoCount()
KeyInfos in the KeysetInfo.
|
List<KeysetInfo.KeyInfo> |
getKeyInfoList()
KeyInfos in the KeysetInfo.
|
int |
getPrimaryKeyId()
See Keyset.primary_key_id.
|
int getPrimaryKeyId()
See Keyset.primary_key_id.
uint32 primary_key_id = 1;List<KeysetInfo.KeyInfo> 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;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;