Uses of Class
dev.orne.config.impl.CryptoProviderBuilderImpl
Packages that use CryptoProviderBuilderImpl
-
Uses of CryptoProviderBuilderImpl in dev.orne.config.impl
Methods in dev.orne.config.impl that return CryptoProviderBuilderImplModifier and TypeMethodDescriptionCryptoProviderBuilderImpl.pooled()EnablesCiphers pooling.CryptoProviderBuilderImpl.withAesGcmEngine(byte[] salt, boolean destroyEngine) Creates a new cryptography transformations provider builder based on Java Cryptography Architecture using AES with GCM symmetric algorithm.CryptoProviderBuilderImpl.withEngine(ConfigCryptoEngine engine, boolean destroyEngine) Sets the cryptography transformations engine to use.CryptoProviderBuilderImpl.withSecretKey(char[] password) Sets the password used as secret key.CryptoProviderBuilderImpl.withSecretKey(SecretKey key) Sets the secret key.Constructors in dev.orne.config.impl with parameters of type CryptoProviderBuilderImplModifierConstructorDescriptionCopy constructor.