|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateRequestStore
Management interface for dealing with a specific CertificateRequestStore
| Method Summary | |
|---|---|
boolean |
deleteRequest(String id)
This method deletes a certificate request with the specified id. |
String[] |
getAllRequestIds()
This method returns the ids of all certificate requests in the store. |
String |
getRequest(String id)
This method returns the certificate request text corresponding to a specified id. |
BigInteger |
getSerialNumberForRequest(String id)
This method returns the Serial number of the certificate issued against the certificate request specified by the given id. |
String[] |
getVerificatonDueRequestIds()
This method returns the ids of all certificate requests with verification due. |
String[] |
getVerifiedRequestIds()
This method returns the ids of all certificate requests that are verified. |
void |
removeRequestStatus(String id,
BigInteger sNo)
This method removes the certificate request id from the status list. |
boolean |
setRequestFulfilled(String id,
BigInteger sNo)
This method sets the status of a certificate request as fulfilled. |
boolean |
setRequestVerified(String id)
This method sets the status of the specifed certificate request as verified. |
String |
storeRequest(String id,
String csrText)
This method stores the given certificate request under the given id. |
| Method Detail |
|---|
String[] getAllRequestIds()
String[] getVerificatonDueRequestIds()
String[] getVerifiedRequestIds()
String getRequest(String id)
id - Id of the certificate request.boolean deleteRequest(String id)
id - Id of the certificate request to be deleted.
String storeRequest(String id,
String csrText)
id - Id under which the certificate request is to be storedcsrText - Certificate Request text
boolean setRequestVerified(String id)
id - Id of the certificate request
boolean setRequestFulfilled(String id,
BigInteger sNo)
id - Id of the certificate requestsNo - Serial number of the certificate issued against the certificate request.
BigInteger getSerialNumberForRequest(String id)
id - Id of the certificate request
void removeRequestStatus(String id,
BigInteger sNo)
id - Id of the certificate request to be removed.sNo - Serial number of certificate issued against the certificate request whose Id is to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||