public interface KeyTemplateOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputPrefixType |
getOutputPrefixType()
Optional.
|
int |
getOutputPrefixTypeValue()
Optional.
|
String |
getTypeUrl()
Required.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Required.
|
com.google.protobuf.ByteString |
getValue()
Optional.
|
String getTypeUrl()
Required.
optional string type_url = 1;com.google.protobuf.ByteString getTypeUrlBytes()
Required.
optional string type_url = 1;com.google.protobuf.ByteString getValue()
Optional. If missing, it means the key type doesn't require a *KeyFormat proto.
optional bytes value = 2;int getOutputPrefixTypeValue()
Optional. If missing, uses OutputPrefixType.TINK.
optional .google.crypto.tink.OutputPrefixType output_prefix_type = 3;OutputPrefixType getOutputPrefixType()
Optional. If missing, uses OutputPrefixType.TINK.
optional .google.crypto.tink.OutputPrefixType output_prefix_type = 3;