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 ISubsystem
getConfigStore, getId, init, setId, shutdown, startupModifier and TypeMethodDescriptionReturns the root configuration storage of this system.getId()Retrieves the name of this subsystem.voidinit(IConfigStore config) Initializes this subsystem with the given configuration store.voidSets specific to this subsystem.voidshutdown()Stops this system.voidstartup()Notifies this subsystem if owner is in running mode.
-
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
-