Package org.openiam.util.encrypt
The org.openiam.util.encrypt package consists of easy to use classes that provide encryption and decryption. Currnently 3DES (128bit) and AES (256bit) encryption are available. SHA1 is available for message digest capabilities.
-
Interface Summary Interface Description Cryptor Highlevel Interface for all classes providing access to encryption algorithms. -
Class Summary Class Description AbstractCryptor Created by Alexander Dukkardt on 2017-05-29.AESCryptor AESCryptor provides access to an implementation of the AES encryption algorithm.CryptorProvider Created by Alexander Dukkardt on 2017-05-29.DESedeCryptor DESedeCryptor provides 3DES EncryptionOneTimePasswordAlgorithm This class contains static methods that are used to calculate the One-Time Password (OTP) using JCE to provide the HMAC-SHA-1.PasswordDeriveBytes Created by alexander on 07/12/15.RijndaelCryptor Created by alexander on 07/12/15. -
Enum Summary Enum Description Algorithm Created by Alexander Dukkardt on 2017-05-31.