Uses of Interface
com.saperion.common.crypto.Cipher
-
Packages that use Cipher Package Description com.saperion.common.config.manager com.saperion.common.crypto -
-
Uses of Cipher in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return Cipher Modifier and Type Method Description Cipher
DbConfigurationManagerConstructorParameters. getCipher()
Returns theCipher
that should be used to encrypt/decrypt the configuration values.Methods in com.saperion.common.config.manager with parameters of type Cipher Modifier and Type Method Description DbConfigurationManagerConstructorParameters<CommonAccessException>
DbConfigurationManagerConstructorParameters. setEncryptionKeys(Cipher cipher, Pair<java.security.Key,java.security.Key> pairEncryptionKeys)
-
Uses of Cipher in com.saperion.common.crypto
Methods in com.saperion.common.crypto that return Cipher Modifier and Type Method Description static Cipher
CipherFactory. newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)
-