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.Request
CreateKey.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
CreateKey.Request. convergentEncryption(boolean convergent)
If enabled, the key will support convergent encryption, where the same plaintext creates the same ciphertext.CreateKey.Request
CreateKey.Request. derived(boolean derived)
Specifies if key derivation is to be used.CreateKey.Request
CreateKey.Request. exportable(boolean exportable)
Enables keys to be exportable.CreateKey.Request
CreateKey.Request. name(String name)
Specifies the name of the encryption key to create.CreateKey.Request
CreateKey.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.Response
TransitSecrets. 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.
-