|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRegistrationAuthority
An interface represents a Registration Authority that is responsible for certificate enrollment operations.
| Field Summary | |
|---|---|
static java.lang.String |
ID
|
static java.lang.String |
PROP_CERT_ISSUED_SUBSTORE
|
static java.lang.String |
PROP_CERT_REVOKED_SUBSTORE
|
static java.lang.String |
PROP_CONNECTOR
|
static java.lang.String |
PROP_GATEWAY
|
static java.lang.String |
PROP_NEW_NICKNAME
|
static java.lang.String |
PROP_NICKNAME
|
static java.lang.String |
PROP_NOTIFY_SUBSTORE
|
static java.lang.String |
PROP_POLICY
|
static java.lang.String |
PROP_REGISTRATION
|
static java.lang.String |
PROP_REQ_IN_Q_SUBSTORE
|
| Method Summary | |
|---|---|
IRequestListener |
getCertIssuedListener()
Retrieves the request listener for issued certificates. |
IRequestListener |
getCertRevokedListener()
Retrieves the request listener for revoked certificates. |
long |
getDefaultValidity()
Retrieves the default validity period. |
java.lang.String |
getNewNickName()
Retrieves the nickname of the RA certificate from configuration store. |
java.lang.String |
getNickname()
Returns the nickname of the RA certificate. |
IPolicyProcessor |
getPolicyProcessor()
Retrieves the policy processor of this registration authority. |
IPublisherProcessor |
getPublisherProcessor()
Retrieves the publishing processor of this registration authority. |
org.mozilla.jss.crypto.X509Certificate |
getRACert()
Retrieves the RA certificate. |
IRAService |
getRAService()
Retrieves the RA service object that is responsible for processing requests. |
IRequestListener |
getRequestInQListener()
Retrieves the request in queue listener. |
IRequestListener |
getRequestListener(java.lang.String name)
Retrieves the request listener by name. |
java.util.Enumeration |
getRequestListenerNames()
Retrieves all request listeners. |
IRequestQueue |
getRequestQueue()
Retrieves the request queue of this registration authority. |
netscape.security.x509.X500Name |
getX500Name()
Retrieves the issuer name of this registration authority. |
void |
setNewNickName(java.lang.String name)
Sets the new nickname of the RA certifiate. |
void |
setNickname(java.lang.String str)
Sets the nickname of the RA certifiate. |
| Methods inherited from interface com.netscape.certsrv.base.ISubsystem |
|---|
getConfigStore, getId, init, setId, shutdown, startup |
| Field Detail |
|---|
static final java.lang.String ID
static final java.lang.String PROP_POLICY
static final java.lang.String PROP_REGISTRATION
static final java.lang.String PROP_GATEWAY
static final java.lang.String PROP_NICKNAME
static final java.lang.String PROP_CONNECTOR
static final java.lang.String PROP_NEW_NICKNAME
static final java.lang.String PROP_NOTIFY_SUBSTORE
static final java.lang.String PROP_CERT_ISSUED_SUBSTORE
static final java.lang.String PROP_CERT_REVOKED_SUBSTORE
static final java.lang.String PROP_REQ_IN_Q_SUBSTORE
| Method Detail |
|---|
IRequestQueue getRequestQueue()
IPublisherProcessor getPublisherProcessor()
IPolicyProcessor getPolicyProcessor()
org.mozilla.jss.crypto.X509Certificate getRACert()
IRequestListener getRequestInQListener()
IRequestListener getCertIssuedListener()
IRequestListener getCertRevokedListener()
java.lang.String getNickname()
java.lang.String getNewNickName()
throws EBaseException
EBaseException - failed to get nicknamevoid setNewNickName(java.lang.String name)
name - new nicknamevoid setNickname(java.lang.String str)
str - nicknamelong getDefaultValidity()
netscape.security.x509.X500Name getX500Name()
IRAService getRAService()
IRequestListener getRequestListener(java.lang.String name)
name - request listener name
java.util.Enumeration getRequestListenerNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||