All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.NotifyChange
java.lang.Object
|
+----semper.crypto.NotifyChange
- public class NotifyChange
- extends Object
- implements PrefNotify
CryptoMan provides an interface to all cryptologic services needed by
SEMPER. These comprise encryption (symmetric and public-key), signaing and
message authentication (MAC). Furthermore, CryptoMan provides hashing functions.
Algorithms are encoded by integers as described in CryptoConstants. The actual
functions are implemented in a module. A module based on Cryptomathic's tools
is implemented in CRMModule. As soon as the interface to this module is
more stable, an interface will be defined, which modules must implement.
- Version:
- $Revision: 1.4 $ $Date: 1998/02/04 13:22:04 $
- Author:
- Torben Pedersen ([email protected])
- See Also:
- CryptoMan
-
NotifyChange()
- Empty constructor
-
notifyChange(String, String)
- Used to initiate changing a password at the user's request.
NotifyChange
public NotifyChange()
- Empty constructor
notifyChange
public void notifyChange(String groupName,
String fieldName)
- Used to initiate changing a password at the user's request.
- Parameters:
- groupName - - is the name of the group where the field belongs.
- fieldName - - is the name of the field where the change occured.
All Packages Class Hierarchy This Package Previous Next Index