Index - All Packages - All Categories - All Classes

Class 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. This should be done using the DECLARE_ENCRYPTER and DEFINE_ENCRYPTER macros.

Package: Udanax-Gold
All Superclasses: Object Heaper
Protocols: Object
Categories: Xanadu-lock

Instance Methods

actualHashForEqual


create: constructor


isEqual: other


makeEncrypter: publicKey with: privateKey

Make an instance of this kind of encrypter, with the given public and private keys.


Index - All Packages - All Categories - All Classes