| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.internal | |
| com.google.crypto.tink.proto | |
| com.google.crypto.tink.tinkkey.internal |
| Modifier and Type | Method and Description |
|---|---|
KeyStatusType |
PrimitiveSet.Entry.getStatus() |
| 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 |
|---|---|
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 |
KeyStatusType.forNumber(int value) |
KeyStatusType |
KeysetInfo.KeyInfoOrBuilder.getStatus()
See Keyset.Key.status.
|
KeyStatusType |
KeysetInfo.KeyInfo.getStatus()
See Keyset.Key.status.
|
KeyStatusType |
KeysetInfo.KeyInfo.Builder.getStatus()
See Keyset.Key.status.
|
KeyStatusType |
Keyset.KeyOrBuilder.getStatus()
.google.crypto.tink.KeyStatusType status = 2; |
KeyStatusType |
Keyset.Key.getStatus()
.google.crypto.tink.KeyStatusType status = 2; |
KeyStatusType |
Keyset.Key.Builder.getStatus()
.google.crypto.tink.KeyStatusType status = 2; |
static KeyStatusType |
KeyStatusType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KeyStatusType |
KeyStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStatusType[] |
KeyStatusType.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<KeyStatusType> |
KeyStatusType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setStatus(KeyStatusType value)
See Keyset.Key.status.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setStatus(KeyStatusType value)
.google.crypto.tink.KeyStatusType status = 2; |
| Constructor and Description |
|---|
InternalKeyHandle(TinkKey key,
KeyStatusType status,
int keyId) |