Uses of Class
io.helidon.security.spi.EncryptionProvider.EncryptionSupport
-
Packages that use EncryptionProvider.EncryptionSupport Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support.io.helidon.integrations.vault.secrets.transit Vault transit secrets.io.helidon.security.providers.config.vault Vault operation backed by configuration.io.helidon.security.spi Security component's SPI. -
-
Uses of EncryptionProvider.EncryptionSupport in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return EncryptionProvider.EncryptionSupport Modifier and Type Method Description EncryptionProvider.EncryptionSupportOciVaultSecurityProvider. encryption(Config config)EncryptionProvider.EncryptionSupportOciVaultSecurityProvider. encryption(OciVaultSecurityProvider.OciVaultEncryptionConfig providerConfig) -
Uses of EncryptionProvider.EncryptionSupport in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return EncryptionProvider.EncryptionSupport Modifier and Type Method Description EncryptionProvider.EncryptionSupportTransitSecurityProvider. encryption(Config config)EncryptionProvider.EncryptionSupportTransitSecurityProvider. encryption(TransitSecurityProvider.TransitEncryptionConfig providerConfig) -
Uses of EncryptionProvider.EncryptionSupport in io.helidon.security.providers.config.vault
Methods in io.helidon.security.providers.config.vault that return EncryptionProvider.EncryptionSupport Modifier and Type Method Description EncryptionProvider.EncryptionSupportConfigVaultProvider. encryption(Config config)EncryptionProvider.EncryptionSupportConfigVaultProvider. encryption(ConfigVaultProvider.EncryptionConfig providerConfig) -
Uses of EncryptionProvider.EncryptionSupport in io.helidon.security.spi
Methods in io.helidon.security.spi that return EncryptionProvider.EncryptionSupport Modifier and Type Method Description static EncryptionProvider.EncryptionSupportEncryptionProvider.EncryptionSupport. create(Function<byte[],Single<String>> encryptionFunction, Function<String,Single<byte[]>> decryptionFunction)Create a new support based on encrypt and decrypt functions.EncryptionProvider.EncryptionSupportEncryptionProvider. encryption(Config config)Create encryption support from configuration.EncryptionProvider.EncryptionSupportEncryptionProvider. encryption(T providerConfig)Create encryption support from configuration object.
-