UpdateKeyConfig.Request |
UpdateKeyConfig.Request.allowDeletion(boolean allowed) |
Specifies if the key is allowed to be deleted.
|
UpdateKeyConfig.Request |
UpdateKeyConfig.Request.allowPlaintextBackup(boolean allowBackup) |
If set, enables taking backup of named key in the plaintext format.
|
static UpdateKeyConfig.Request |
UpdateKeyConfig.Request.builder() |
Fluent API builder for configuring a request.
|
UpdateKeyConfig.Request |
UpdateKeyConfig.Request.exportable(boolean exportable) |
Enables keys to be exportable.
|
UpdateKeyConfig.Request |
UpdateKeyConfig.Request.minDecryptionVersion(int version) |
Specifies the minimum version of ciphertext allowed to be decrypted.
|
UpdateKeyConfig.Request |
UpdateKeyConfig.Request.minEncryptionVersion(int version) |
Specifies the minimum version of the key that can be used to encrypt plaintext, sign payloads, or generate HMACs.
|
UpdateKeyConfig.Request |
UpdateKeyConfig.Request.name(String name) |
Specifies the name of the encryption key to create.
|