Interface | Description |
---|---|
EncryptionKey |
An EncryptionKey is a class that can encrypt or decrypt a short block of data.
|
ISecureChannel |
Class | Description |
---|---|
BlowfishCBC |
Implementation of the Blowfish encryption algorithm in CBC mode.
|
BlowfishECB |
Implementation of the Blowfish encryption algorithm in ECB mode.
|
Decryptor |
A Decryptor implements the Blowfish CBC algorithm to decrypt data as encrypted
by an Encryptor.
|
Encryptor | |
MD5 |
This class implements the "RSA Data Security, Inc.
|
PublicPrivateKey | |
RSA |
This class is used to generate RSA Public Key pairs.
|
RSAKey |
An RSAKey holds either a private or public key and will
also perform encryption/decryption operations.
|
SecureChannel | |
SecureDocument |
A SecureDocument is a document that has been made secure by any one or more of a number
of ways.
|
SecureRandom | |
Security |
A utility class for providing static methods.
|
SecurityRequest |
This class can be used to request a secure communication channel between a client and a server.
|
SHA1 |
SHA-1 message digest implementation, translated from C source code (the
origin is unknown) - by Markus Hahn
|
Signature |
A Signature is used to either hold a received Ewe digital signature,
or to generate a Ewe digital signature.
|