Uses of Interface
com.netscape.certsrv.authentication.ISharedToken
-
Packages that use ISharedToken Package Description com.netscape.certsrv.apps com.netscape.cms.authentication -
-
Uses of ISharedToken in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps that return ISharedToken Modifier and Type Method Description static ISharedToken
CMS. getSharedTokenClass(java.lang.String configName)
Retrieves the SharedToken class.ISharedToken
ICMSEngine. getSharedTokenClass(java.lang.String configName)
Retrieves the named SharedToken class -
Uses of ISharedToken in com.netscape.cms.authentication
Classes in com.netscape.cms.authentication that implement ISharedToken Modifier and Type Class Description class
SharedSecret
SharedSecret provides methods to retrieve shared secrets between users and the server.
-