| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
KeysetManager |
KeysetManager.add(KeyHandle keyHandle)
Deprecated.
We recommend to use the
KeysetHandle.Builder API. |
KeysetManager |
KeysetManager.add(KeyHandle keyHandle,
KeyAccess access)
Deprecated.
We recommend to use the
KeysetHandle.Builder API. |
KeysetManager |
KeysetManager.add(KeyTemplate keyTemplate)
Generates and adds a fresh key generated using
keyTemplate. |
KeysetManager |
KeysetManager.add(KeyTemplate keyTemplate)
Generates and adds a fresh key generated using
keyTemplate. |
KeysetManager |
KeysetManager.delete(int keyId)
Deletes the key with
keyId. |
KeysetManager |
KeysetManager.destroy(int keyId)
Destroys the key material associated with the
keyId. |
KeysetManager |
KeysetManager.disable(int keyId)
Disables the key with
keyId. |
KeysetManager |
KeysetManager.enable(int keyId)
Enables the key with
keyId. |
KeysetManager |
KeysetManager.promote(int keyId)
Sets the key with
keyId as primary. |
KeysetManager |
KeysetManager.rotate(KeyTemplate keyTemplate)
Generates and adds a fresh key generated using
keyTemplate, and sets the new key as the
primary key. |
KeysetManager |
KeysetManager.setPrimary(int keyId)
Sets the key with
keyId as primary. |
static KeysetManager |
KeysetManager.withEmptyKeyset() |
static KeysetManager |
KeysetManager.withKeysetHandle(KeysetHandle val) |