| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeyStatusType |
PrimitiveSet.Entry.getStatus() |
| Constructor and Description |
|---|
Entry(P primitive,
byte[] identifier,
KeyStatusType status,
OutputPrefixType outputPrefixType) |
| 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()
optional .google.crypto.tink.KeyStatusType status = 2; |
KeyStatusType |
Keyset.Key.getStatus()
optional .google.crypto.tink.KeyStatusType status = 2; |
KeyStatusType |
Keyset.Key.Builder.getStatus()
optional .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)
optional .google.crypto.tink.KeyStatusType status = 2; |