|
Class Summary |
| BlowfishKey |
This is the class for Blowfish keys. |
| CaesarKey |
The Caesar algorithm is supposedly the one Julius Caesar used by
hand many centuries ago. |
| DESKey |
This is the class for Data Encryption Standard (DES) keys. |
| DHKey |
This object holds one Diffie-Hellman key. |
| ElGamalKey |
Deprecated. All functionality moved to the DHKey class. |
| K |
This abstract class implements some of the methods from the Key interface. |
| KeyPair |
This class is a simple holder for a pair of public/private keys. |
| KeyRecord |
This class holds a particular key, linking it
to the owner's name and e-mail and annotation. |
| KeyRing |
This implementation of the KeySource interface stores keys in a
hash-table. |
| RSAKey |
An instance of this class handles a single RSA key. |
| SymmetricKey |
This abstract class implements some (more) of the methods from
the Key interface. |
| TriDESKey |
This is the class for triple-DES keys used in an EDE3 configuration. |