Uses of Class
io.helidon.integrations.vault.secrets.transit.Decrypt.Request
-
Uses of Decrypt.Request in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionstatic Decrypt.Request
Decrypt.Request.builder()
Fluent API builder for configuring a request.Decrypt.Request.cipherText
(String value) The data to decrypt (in current version something likevault:v1:base64-text
.Decrypt.Request.context
(Base64Value value) Specifies the context for key derivation.Decrypt.Request.encryptionKeyName
(String encryptionKeyName) Specifies the name of the encryption key to decrypt against.Decrypt.Request.nonce
(Base64Value value) Specifies a base64 encoded nonce value used during encryption.Modifier and TypeMethodDescriptionTransitSecrets.decrypt
(Decrypt.Request request) Decrypts the provided ciphertext using the named key.