|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.ca.helper.util.CAHelperUtils
public class CAHelperUtils
This class implements some methods used by the CA Helper Application.
Constructor Summary | |
---|---|
CAHelperUtils()
|
Method Summary | |
---|---|
static CertificateRequestStore |
getCertificateRequestStore()
This method returns the CertificateRequestStore. |
static CertificateStore |
getCertificateStore()
This method returns the CertificateStore. |
static int |
getHttpsClientAuthPort()
This method returns a port configured for HTTPS ClientAuthentication. |
static void |
removeRequest(String csrId,
BigInteger sNo)
This method removes a certificate request stored in the CertificateRequestStore. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAHelperUtils()
Method Detail |
---|
public static void removeRequest(String csrId, BigInteger sNo)
csrId
- Id of the CSR to be removed.sNo
- Serial number of the certificate issued in response to the CSR to be removed.public static CertificateRequestStore getCertificateRequestStore()
public static CertificateStore getCertificateStore()
public static int getHttpsClientAuthPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |