Package com.metamatrix.common.util.crypto

Interface Summary
Cryptor Interface defining a utility that can perform both encryption and decryption.
Decryptor Interface defining a utility that can perform decryption of ciphertext to yield the original cleartext.
Encryptor Interface defining a utility that can perform encryption of cleartext.
 

Class Summary
CryptoUtil Collection of Crypto utilities and helpers for use by the server and installers.
DhKeyGenerator Helper class that supports anonymous ephemeral Diffie-Hellmen Parameters are stored in the dh.properties file
NullCryptor  
PasswordChangeUtility Utility that allows ciphertext that was encrypted with one key to be decrypted with the old key and re-encrypted with a new key
 

Exception Summary
CryptoException A catch-all exception for any exceptions related to encryption and decryption operations.
 



Copyright © 2009. All Rights Reserved.