public static interface Keyset.KeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeyData |
getKeyData()
Contains the actual, instantiation specific key proto.
|
int |
getKeyId()
Identifies a key within a keyset, is a part of metadata
of a ciphertext/signature.
|
OutputPrefixType |
getOutputPrefixType()
Determines the prefix of the ciphertexts/signatures produced by this key.
|
int |
getOutputPrefixTypeValue()
Determines the prefix of the ciphertexts/signatures produced by this key.
|
KeyStatusType |
getStatus()
.google.crypto.tink.KeyStatusType status = 2; |
int |
getStatusValue()
.google.crypto.tink.KeyStatusType status = 2; |
boolean |
hasKeyData()
Contains the actual, instantiation specific key proto.
|
boolean hasKeyData()
Contains the actual, instantiation specific key proto. By convention, each key proto contains a version field.
.google.crypto.tink.KeyData key_data = 1;KeyData getKeyData()
Contains the actual, instantiation specific key proto. By convention, each key proto contains a version field.
.google.crypto.tink.KeyData key_data = 1;int getStatusValue()
.google.crypto.tink.KeyStatusType status = 2;KeyStatusType getStatus()
.google.crypto.tink.KeyStatusType status = 2;int getKeyId()
Identifies a key within a keyset, is a part of metadata of a ciphertext/signature.
uint32 key_id = 3;int getOutputPrefixTypeValue()
Determines the prefix of the ciphertexts/signatures produced by this key. This value is copied verbatim from the key template.
.google.crypto.tink.OutputPrefixType output_prefix_type = 4;OutputPrefixType getOutputPrefixType()
Determines the prefix of the ciphertexts/signatures produced by this key. This value is copied verbatim from the key template.
.google.crypto.tink.OutputPrefixType output_prefix_type = 4;