Uses of Interface
dev.orne.config.CryptoProviderBuilder
Packages that use CryptoProviderBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of CryptoProviderBuilder in dev.orne.config
Methods in dev.orne.config that return CryptoProviderBuilderModifier and TypeMethodDescription@NotNull CryptoProviderBuilderCryptoProviderBuilder.pooled()EnablesCiphers pooling.@NotNull CryptoProviderBuilderCryptoProviderKeyBuilder.withSecretKey(@javax.validation.constraints.NotNull char[] password) Sets the password used as secret key.@NotNull CryptoProviderBuilderCryptoProviderKeyBuilder.withSecretKey(@NotNull SecretKey key) Sets the secret key. -
Uses of CryptoProviderBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement CryptoProviderBuilderModifier and TypeClassDescriptionclassImplementation of configuration values cryptography transformations provider builder.