Class SharedSecret

java.lang.Object
com.netscape.cms.authentication.DirBasedAuthentication
com.netscape.cms.authentication.SharedSecret
All Implemented Interfaces:
ISharedToken, IExtendedPluginInfo, AuthManager

public class SharedSecret extends DirBasedAuthentication implements ISharedToken
SharedSecret provides methods to retrieve shared secrets between users and the server. It is primarily developed to support CMC Shared Secret-based authentication for enrollment and revocation, but does not preclude usages that conform to the same mechanism and storage format.
Author:
cfu