All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.PasswordChange
java.lang.Object
|
+----semper.crypto.PasswordChange
- public class PasswordChange
- extends Object
- implements PrefGroupToAdd
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.2 $ $Date: 1997/12/05 10:22:21 $
- Author:
- Torben Pedersen ([email protected])
- See Also:
- CryptoMan
-
PasswordChange()
- Empty constructor
-
build()
- Constructs the PrefGroup containing the entry for changing the password.
-
getName()
- returns the name of the PrefGroup built by this class
-
whichSubGroup()
- Tells where the gropu is in the hierarcgy of PrefGroups.
PasswordChange
public PasswordChange()
- Empty constructor
getName
public String getName()
- returns the name of the PrefGroup built by this class
- Returns:
- name of the PrefGroup, which is "Password".
build
public PrefGroup build() throws PreferencesException
- Constructs the PrefGroup containing the entry for changing the password.
- Returns:
- the preferences group to be added
whichSubGroup
public String whichSubGroup()
- Tells where the gropu is in the hierarcgy of PrefGroups.
- Returns:
- the Preferences.root as this group is in the root.
All Packages Class Hierarchy This Package Previous Next Index