Uses of Class
io.helidon.integrations.vault.secrets.transit.CreateKey.Request
Packages that use CreateKey.Request
-
Uses of CreateKey.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return CreateKey.RequestModifier and TypeMethodDescriptionCreateKey.Request.allowPlaintextBackup
(boolean allowBackup) If set, enables taking backup of named key in the plaintext format.static CreateKey.Request
CreateKey.Request.builder()
Fluent API builder for configuring a request.CreateKey.Request.convergentEncryption
(boolean convergent) If enabled, the key will support convergent encryption, where the same plaintext creates the same ciphertext.CreateKey.Request.derived
(boolean derived) Specifies if key derivation is to be used.CreateKey.Request.exportable
(boolean exportable) Enables keys to be exportable.Specifies the name of the encryption key to create.Specifies the type of key to create.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type CreateKey.RequestModifier and TypeMethodDescriptionTransitSecrets.createKey
(CreateKey.Request request) Creates a new named encryption key of the specified type.