|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| Class Summary | |
| Encrypter | An Encrypter is an instantiation of some public-key encryption algorithm, along with optional public and private keys. |
| EncrypterMaker | Contains a pointer to a function used to create an instance of a particular kind of Encrypter. Each concrete Encrypter subclass should create a corresponding EncrypterMaker object and register it in a table, with the name of the encryption algorithm. |
| NoEncrypter | Does no encryption at all. |
| NoScrambler | Does not actually scramble anything. |
| Scrambler | A Scrambler implements a one-way hash function. |
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||