|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICAService
An interface representing a CA request services.
| Method Summary | |
|---|---|
IConnector |
getConnector(IConfigStore cs)
|
IConnector |
getKRAConnector()
Returns KRA-CA connector. |
netscape.security.x509.X509CertImpl |
issueX509Cert(netscape.security.x509.X509CertInfo certi)
Issues certificate base on enrollment information, creates certificate record, and stores all necessary data. |
netscape.security.x509.X509CertImpl |
issueX509Cert(netscape.security.x509.X509CertInfo certi,
java.lang.String profileId,
java.lang.String rid)
|
void |
revokeCert(netscape.security.x509.RevokedCertImpl crlentry)
Marks certificate record as revoked by adding revocation information. |
void |
revokeCert(netscape.security.x509.RevokedCertImpl crlentry,
java.lang.String requestId)
Marks certificate record as revoked by adding revocation information. |
void |
serviceProfileRequest(IRequest request)
Services profile request. |
void |
setKRAConnector(IConnector c)
|
| Method Detail |
|---|
void revokeCert(netscape.security.x509.RevokedCertImpl crlentry)
throws EBaseException
crlentry - revocation information obtained from revocation request
EBaseException - failed to mark certificate record as revoked
void revokeCert(netscape.security.x509.RevokedCertImpl crlentry,
java.lang.String requestId)
throws EBaseException
crlentry - revocation information obtained from revocation requestrequestId - revocation request id
EBaseException - failed to mark certificate record as revoked
netscape.security.x509.X509CertImpl issueX509Cert(netscape.security.x509.X509CertInfo certi)
throws EBaseException
certi - information obtain from revocation request
EBaseException - failed to issue certificate or create certificate record
netscape.security.x509.X509CertImpl issueX509Cert(netscape.security.x509.X509CertInfo certi,
java.lang.String profileId,
java.lang.String rid)
throws EBaseException
EBaseException
void serviceProfileRequest(IRequest request)
throws EBaseException
request - profile enrollment request information
EBaseException - failed to service profile enrollment requestIConnector getKRAConnector()
void setKRAConnector(IConnector c)
IConnector getConnector(IConfigStore cs)
throws EBaseException
EBaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||