Uses of Class
io.helidon.integrations.vault.secrets.transit.UpdateKeyConfig.Request
-
Uses of UpdateKeyConfig.Request in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionUpdateKeyConfig.Request.allowDeletion
(boolean allowed) Specifies if the key is allowed to be deleted.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.exportable
(boolean exportable) Enables keys to be exportable.UpdateKeyConfig.Request.minDecryptionVersion
(int version) Specifies the minimum version of ciphertext allowed to be decrypted.UpdateKeyConfig.Request.minEncryptionVersion
(int version) Specifies the minimum version of the key that can be used to encrypt plaintext, sign payloads, or generate HMACs.Specifies the name of the encryption key to create.Modifier and TypeMethodDescriptionTransitSecrets.updateKeyConfig
(UpdateKeyConfig.Request request) Tune configuration of a key.