| Package | Description |
|---|---|
| org.xipki.cmpclient | |
| org.xipki.cmpclient.internal |
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
CmpClient.downloadCrl(String caName,
BigInteger crlNumber,
org.xipki.util.ReqRespDebug debug)
Downloads the CRL for the given CRL number.
|
X509CRL |
CmpClient.downloadCrl(String caName,
org.xipki.util.ReqRespDebug debug)
Downloads the current CRL.
|
EnrollCertResult |
CmpClient.enrollCert(String caName,
org.bouncycastle.asn1.pkcs.CertificationRequest csr,
String profile,
Date notBefore,
Date notAfter,
org.xipki.util.ReqRespDebug debug)
Enrolls a certificate.
|
EnrollCertResult |
CmpClient.enrollCerts(String caName,
EnrollCertRequest request,
org.xipki.util.ReqRespDebug debug)
Enrolls a set of certificates.
|
X509CRL |
CmpClient.generateCrl(String caName,
org.xipki.util.ReqRespDebug debug)
Generates and downloads a new CRL.
|
X509Certificate |
CmpClient.getCaCert(String caName)
Returns the CA certificate.
|
List<X509Certificate> |
CmpClient.getCaCertchain(String caName)
Returns the CA certificate chain.
|
org.bouncycastle.asn1.x500.X500Name |
CmpClient.getCaCertSubject(String caName)
Returns the subject of CA certificate.
|
String |
CmpClient.getCaNameByIssuer(org.bouncycastle.asn1.x500.X500Name issuer)
Gets the name of the CA.
|
String |
CmpClient.getCaNameForProfile(String certprofile)
Returns name of CA that supports give
certprofile. |
Set<String> |
CmpClient.getCaNames() |
Set<CertprofileInfo> |
CmpClient.getCertprofiles(String caName)
Return set given Certprofiles supported by the CA caName.
|
List<X509Certificate> |
CmpClient.getDhPocPeerCertificates(String caName)
Returns the certificates held by CA for the DH KeyAgreement.
|
org.xipki.util.HealthCheckResult |
CmpClient.getHealthCheckResult(String caName)
Gets the health status.
|
CertIdOrError |
CmpClient.removeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug)
Removes a certificate.
|
CertIdOrError |
CmpClient.removeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug)
Removes a certificate.
|
Map<String,CertIdOrError> |
CmpClient.removeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Removes certificates.
|
CertIdOrError |
CmpClient.revokeCert(String caName,
BigInteger serial,
int reason,
Date invalidityTime,
org.xipki.util.ReqRespDebug debug)
Revokes a certificate.
|
CertIdOrError |
CmpClient.revokeCert(String caName,
X509Certificate cert,
int reason,
Date invalidityTime,
org.xipki.util.ReqRespDebug debug)
Revokes a certificate.
|
Map<String,CertIdOrError> |
CmpClient.revokeCerts(RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Revoke a set of certificates.
|
CertIdOrError |
CmpClient.unrevokeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug)
Unrevokes a certificate.
|
CertIdOrError |
CmpClient.unrevokeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug)
Unrevokes certificates.
|
Map<String,CertIdOrError> |
CmpClient.unrevokeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Unrevokes certificates.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
CmpClientImpl.downloadCrl(String caName,
BigInteger crlNumber,
org.xipki.util.ReqRespDebug debug) |
X509CRL |
CmpClientImpl.downloadCrl(String caName,
org.xipki.util.ReqRespDebug debug) |
EnrollCertResult |
CmpClientImpl.enrollCert(String caName,
org.bouncycastle.asn1.pkcs.CertificationRequest csr,
String profile,
Date notBefore,
Date notAfter,
org.xipki.util.ReqRespDebug debug) |
EnrollCertResult |
CmpClientImpl.enrollCerts(String caName,
EnrollCertRequest request,
org.xipki.util.ReqRespDebug debug) |
X509CRL |
CmpClientImpl.generateCrl(String caName,
org.xipki.util.ReqRespDebug debug) |
X509Certificate |
CmpClientImpl.getCaCert(String caName) |
List<X509Certificate> |
CmpClientImpl.getCaCertchain(String caName) |
org.bouncycastle.asn1.x500.X500Name |
CmpClientImpl.getCaCertSubject(String caName) |
String |
CmpClientImpl.getCaNameByIssuer(org.bouncycastle.asn1.x500.X500Name issuer) |
String |
CmpClientImpl.getCaNameForProfile(String certprofile) |
Set<String> |
CmpClientImpl.getCaNames() |
Set<CertprofileInfo> |
CmpClientImpl.getCertprofiles(String caName) |
List<X509Certificate> |
CmpClientImpl.getDhPocPeerCertificates(String caName) |
org.xipki.util.HealthCheckResult |
CmpClientImpl.getHealthCheckResult(String caName) |
CertIdOrError |
CmpClientImpl.removeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.removeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.removeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.revokeCert(String caName,
BigInteger serial,
int reason,
Date invalidityDate,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.revokeCert(String caName,
X509Certificate cert,
int reason,
Date invalidityDate,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.revokeCerts(RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.unrevokeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.unrevokeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.unrevokeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug) |
Copyright © 2019. All rights reserved.