| Class | Description |
|---|---|
| CipherSuite |
Encrypts and decrypts text messages using a passphrase based on a
specific cypher
|
| CipherSuiteFactory |
Cipher suite factory
|
| MD5_Hash | |
| PBKDF2_Hash | |
| SHA1_Hash | |
| SHA512_Hash |
| Exception | Description |
|---|---|
| EncryptionException |
Thrown to indicate a problem while creating hashes.
|
| HashException |
Thrown to indicate a problem while creating hashes.
|