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