| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.monitoring |
| Modifier and Type | Field and Description |
|---|---|
static KeyStatus |
KeyStatus.DESTROYED |
static KeyStatus |
KeyStatus.DISABLED |
static KeyStatus |
KeyStatus.ENABLED |
| Modifier and Type | Method and Description |
|---|---|
KeyStatus |
KeysetHandle.Builder.Entry.getStatus()
Returns the status of this entry.
|
KeyStatus |
KeysetHandle.Entry.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
KeysetHandle.Builder.Entry |
KeysetHandle.Builder.Entry.setStatus(KeyStatus status)
Sets the status of this entry.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStatus |
MonitoringKeysetInfo.Entry.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
MonitoringKeysetInfo.Builder |
MonitoringKeysetInfo.Builder.addEntry(KeyStatus status,
int keyId,
String keyType,
String keyPrefix) |