public interface KeyTemplateOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputPrefixType |
getOutputPrefixType()
Required.
|
int |
getOutputPrefixTypeValue()
Required.
|
String |
getTypeUrl()
Required.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Required.
|
com.google.protobuf.ByteString |
getValue()
Required.
|
String getTypeUrl()
Required. The type_url of the key type in format type.googleapis.com/packagename.messagename -- see above for details. This is typically the protobuf type URL of the *Key proto. In particular, this is different of the protobuf type URL of the *KeyFormat proto.
string type_url = 1;com.google.protobuf.ByteString getTypeUrlBytes()
Required. The type_url of the key type in format type.googleapis.com/packagename.messagename -- see above for details. This is typically the protobuf type URL of the *Key proto. In particular, this is different of the protobuf type URL of the *KeyFormat proto.
string type_url = 1;com.google.protobuf.ByteString getValue()
Required. The serialized *KeyFormat proto.
bytes value = 2;int getOutputPrefixTypeValue()
Required. The type of prefix used when computing some primitives to identify the ciphertext/signature, etc.
.google.crypto.tink.OutputPrefixType output_prefix_type = 3;OutputPrefixType getOutputPrefixType()
Required. The type of prefix used when computing some primitives to identify the ciphertext/signature, etc.
.google.crypto.tink.OutputPrefixType output_prefix_type = 3;