| Package | Description |
|---|---|
| com.google.crypto.tink.internal | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeyData.KeyMaterialType |
ProtoKeySerialization.getKeyMaterialType()
The contents of the field key_material_type in the message
com.google.crypto.tink.proto.KeyData.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtoKeySerialization |
ProtoKeySerialization.create(String typeUrl,
com.google.protobuf.ByteString value,
KeyData.KeyMaterialType keyMaterialType,
OutputPrefixType outputPrefixType,
Integer idRequirement) |
static <P> KeyManager<P> |
LegacyKeyManagerImpl.create(String typeUrl,
Class<P> primitiveClass,
KeyData.KeyMaterialType keyMaterialType,
com.google.protobuf.Parser<? extends com.google.protobuf.MessageLite> protobufKeyParser) |
| Modifier and Type | Method and Description |
|---|---|
static KeyData.KeyMaterialType |
KeyData.KeyMaterialType.forNumber(int value) |
KeyData.KeyMaterialType |
KeyDataOrBuilder.getKeyMaterialType()
Required.
|
KeyData.KeyMaterialType |
KeyData.getKeyMaterialType()
Required.
|
KeyData.KeyMaterialType |
KeyData.Builder.getKeyMaterialType()
Required.
|
static KeyData.KeyMaterialType |
KeyData.KeyMaterialType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KeyData.KeyMaterialType |
KeyData.KeyMaterialType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KeyData.KeyMaterialType |
KeyData.KeyMaterialType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyData.KeyMaterialType[] |
KeyData.KeyMaterialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<KeyData.KeyMaterialType> |
KeyData.KeyMaterialType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
KeyData.Builder |
KeyData.Builder.setKeyMaterialType(KeyData.KeyMaterialType value)
Required.
|