Uses of Class
io.helidon.integrations.vault.secrets.transit.Encrypt.Request
-
Uses of Encrypt.Request in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionstatic Encrypt.Request
Encrypt.Request.builder()
Fluent API builder for configuring a request.Encrypt.Request.context
(Base64Value value) Specifies the context for key derivation.Encrypt.Request.convergentEncryption
(String convergent) This parameter will only be used when a key is expected to be created.Encrypt.Request.data
(Base64Value value) The data to encrypt.Encrypt.Request.encryptionKeyName
(String encryptionKeyName) Specifies the name of the encryption key to encrypt against.Encrypt.Request.encryptionKeyType
(String type) This parameter is required when encryption key is expected to be created.Encrypt.Request.encryptionKeyVersion
(int version) Specifies the version of the key to use for encryption.Encrypt.Request.nonce
(Base64Value value) Specifies the nonce value.Modifier and TypeMethodDescriptionTransitSecrets.encrypt
(Encrypt.Request request) Encrypts the provided plaintext using the named key.