| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| 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(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.
|