Uses of Class
io.helidon.security.spi.EncryptionProvider.EncryptionSupport
Package
Description
Vault transit secrets.
Vault operation backed by configuration.
Security component's SPI.
-
Uses of EncryptionProvider.EncryptionSupport in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionTransitSecurityProvider.encryption
(Config config) TransitSecurityProvider.encryption
(TransitSecurityProvider.TransitEncryptionConfig providerConfig) -
Uses of EncryptionProvider.EncryptionSupport in io.helidon.security.providers.config.vault
Modifier and TypeMethodDescriptionConfigVaultProvider.encryption
(Config config) ConfigVaultProvider.encryption
(ConfigVaultProvider.EncryptionConfig providerConfig) -
Uses of EncryptionProvider.EncryptionSupport in io.helidon.security.spi
Modifier and TypeMethodDescriptionEncryptionProvider.EncryptionSupport.create
(Function<byte[], String> encryptionFunction, Function<String, byte[]> decryptionFunction) Create a new support based on encrypt and decrypt functions.EncryptionProvider.encryption
(Config config) Create encryption support from configuration.EncryptionProvider.encryption
(T providerConfig) Create encryption support from configuration object.