Package com.netscape.certsrv.tks
Interface ITKSAuthority
- All Superinterfaces:
ISubsystem
An interface represents a Registration Authority that is
responsible for certificate enrollment operations.
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the nickname of the RA certificate.Methods inherited from interface com.netscape.certsrv.base.ISubsystem
getConfigStore, getId, init, setId, shutdown, startup
-
Field Details
-
ID
- See Also:
-
PROP_POLICY
- See Also:
-
PROP_REGISTRATION
- See Also:
-
PROP_GATEWAY
- See Also:
-
PROP_NICKNAME
- See Also:
-
PROP_CONNECTOR
- See Also:
-
PROP_NEW_NICKNAME
- See Also:
-
-
Method Details
-
getNickname
String getNickname()Returns the nickname of the RA certificate.- Returns:
- the nickname of the RA certificate
-