Package atg.projects.store.crypto

Interface Summary
Encryptor A simple interface for performing encryption/decryption operations.
 

Class Summary
AbstractEncryptor A simple abstract class for performing encryption/decryption.
DESedeEncryptor A simple class for performing encryption/decryption operations using the javax.crypto package.
DESEncryptor A simple class for performing encryption/decryption operations using the javax.crypto package.
 

Exception Summary
EncryptorException This exception indicates that a severe error occured while performing a cryptograpy operation.