public static interface KeysetInfo.KeyInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getKeyId()
See Keyset.Key.key_id.
|
OutputPrefixType |
getOutputPrefixType()
See Keyset.Key.output_prefix_type.
|
int |
getOutputPrefixTypeValue()
See Keyset.Key.output_prefix_type.
|
KeyStatusType |
getStatus()
See Keyset.Key.status.
|
int |
getStatusValue()
See Keyset.Key.status.
|
String |
getTypeUrl()
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
String getTypeUrl()
the type url of this key, e.g., type.googleapis.com/google.crypto.tink.HmacKey.
string type_url = 1;com.google.protobuf.ByteString getTypeUrlBytes()
the type url of this key, e.g., type.googleapis.com/google.crypto.tink.HmacKey.
string type_url = 1;int getStatusValue()
See Keyset.Key.status.
.google.crypto.tink.KeyStatusType status = 2;KeyStatusType getStatus()
See Keyset.Key.status.
.google.crypto.tink.KeyStatusType status = 2;int getKeyId()
See Keyset.Key.key_id.
uint32 key_id = 3;int getOutputPrefixTypeValue()
See Keyset.Key.output_prefix_type.
.google.crypto.tink.OutputPrefixType output_prefix_type = 4;OutputPrefixType getOutputPrefixType()
See Keyset.Key.output_prefix_type.
.google.crypto.tink.OutputPrefixType output_prefix_type = 4;