Package com.saperion.common.crypto
-
Interface Summary Interface Description Cipher Cipher
encapsulates aCipherStrategy
and offers methods for: encryption/decryption key-generation key conversion -
Class Summary Class Description CipherFactory CipherFactory
is a static factory to createCipher
s based on aCipherStrategy
and aKeyDerivationAlgorithm
.CryptoUtils Utility class of crypto-package. -
Enum Summary Enum Description CipherStrategy CipherStrategy
enumerates the few strategies for aCipher
used by SAPERION.KeyDerivationAlgorithm KeyDerivationAlgorithm
enumerates the few strategies to generate aKey
from a password used by SAPERION.