Package com.saperion.common.crypto
-
Interface Summary Interface Description Cipher Cipherencapsulates aCipherStrategyand offers methods for: encryption/decryption key-generation key conversion -
Class Summary Class Description CipherFactory CipherFactoryis a static factory to createCiphers based on aCipherStrategyand aKeyDerivationAlgorithm.CryptoUtils Utility class of crypto-package. -
Enum Summary Enum Description CipherStrategy CipherStrategyenumerates the few strategies for aCipherused by SAPERION.KeyDerivationAlgorithm KeyDerivationAlgorithmenumerates the few strategies to generate aKeyfrom a password used by SAPERION.