Uses of Interface
com.saperion.common.crypto.Cipher
Packages that use Cipher
-
Uses of Cipher in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return CipherModifier and TypeMethodDescriptionDbConfigurationManagerConstructorParameters.getCipher()Returns theCipherthat should be used to encrypt/decrypt the configuration values.Methods in com.saperion.common.config.manager with parameters of type CipherModifier and TypeMethodDescriptionDbConfigurationManagerConstructorParameters.setEncryptionKeys(Cipher cipher, Pair<Key, Key> pairEncryptionKeys) -
Uses of Cipher in com.saperion.common.crypto
Methods in com.saperion.common.crypto that return CipherModifier and TypeMethodDescriptionstatic CipherCipherFactory.newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)