public interface KeyDataOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeyData.KeyMaterialType |
getKeyMaterialType()
Required.
|
int |
getKeyMaterialTypeValue()
Required.
|
String |
getTypeUrl()
Required.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Required.
|
com.google.protobuf.ByteString |
getValue()
Required.
|
String getTypeUrl()
Required.
string type_url = 1;com.google.protobuf.ByteString getTypeUrlBytes()
Required.
string type_url = 1;com.google.protobuf.ByteString getValue()
Required. Contains specific serialized *Key proto
bytes value = 2 [ctype = STRING_PIECE];int getKeyMaterialTypeValue()
Required.
.google.crypto.tink.KeyData.KeyMaterialType key_material_type = 3;KeyData.KeyMaterialType getKeyMaterialType()
Required.
.google.crypto.tink.KeyData.KeyMaterialType key_material_type = 3;