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