| Package | Description |
|---|---|
| com.google.crypto.tink.internal | |
| com.google.crypto.tink.tinkkey |
| Modifier and Type | Method and Description |
|---|---|
static KeyHandle.KeyStatusType |
KeyStatusTypeProtoConverter.fromProto(KeyStatusType keyStatusTypeProto)
Converts a
KeyHandle.KeyStatusType proto enum into a KeyHandle.KeyStatusType enum |
| Modifier and Type | Method and Description |
|---|---|
static KeyStatusType |
KeyStatusTypeProtoConverter.toProto(KeyHandle.KeyStatusType status)
Converts a
KeyHandle.KeyStatusType enum into a KeyHandle.KeyStatusType proto enum |
| Modifier and Type | Method and Description |
|---|---|
KeyHandle.KeyStatusType |
KeyHandle.getStatus()
Deprecated.
Returns the status of the key.
|
static KeyHandle.KeyStatusType |
KeyHandle.KeyStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyHandle.KeyStatusType[] |
KeyHandle.KeyStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KeyHandle(TinkKey key,
KeyHandle.KeyStatusType status,
int keyId)
Deprecated.
Constructor intended for Tink internal purposes; allows one to set all the member variables of
a
KeyHandle. |