Package org.abora.gold.lock

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.
 



Translation - Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.