Package com.saperion.common.crypto
package com.saperion.common.crypto
-
ClassDescription
Cipherencapsulates aCipherStrategyand offers methods for: encryption/decryption key-generation key conversionCipherFactoryis a static factory to createCiphers based on aCipherStrategyand aKeyDerivationAlgorithm.CipherStrategyenumerates the few strategies for aCipherused by SAPERION.Utility class of crypto-package.KeyDerivationAlgorithmenumerates the few strategies to generate aKeyfrom a password used by SAPERION.