| Package | Description |
|---|---|
| org.xipki.cmp.client | |
| org.xipki.cmp.client.internal |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.X509Cert |
CmpClient.caCert(String caName,
org.xipki.util.ReqRespDebug debug)
Returns the CA certificate.
|
List<org.xipki.security.X509Cert> |
CmpClient.caCerts(String caName,
org.xipki.util.ReqRespDebug debug)
Returns the CA certificate chain.
|
org.bouncycastle.cert.X509CRLHolder |
CmpClient.downloadCrl(String caName,
org.xipki.util.ReqRespDebug debug)
Downloads the current CRL.
|
EnrollCertResult |
CmpClient.enrollCert(String caName,
Requestor requestor,
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,
Requestor requestor,
EnrollCertRequest request,
org.xipki.util.ReqRespDebug debug)
Enrolls a set of certificates.
|
CertIdOrError |
CmpClient.revokeCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
BigInteger serial,
int reason,
Date invalidityTime,
org.xipki.util.ReqRespDebug debug)
Revokes a certificate.
|
CertIdOrError |
CmpClient.revokeCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert cert,
int reason,
Date invalidityTime,
org.xipki.util.ReqRespDebug debug)
Revokes a certificate.
|
Map<String,CertIdOrError> |
CmpClient.revokeCerts(String caName,
Requestor requestor,
RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Revoke a set of certificates.
|
CertIdOrError |
CmpClient.unsuspendCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
BigInteger serial,
org.xipki.util.ReqRespDebug debug)
Unsuspends a certificate.
|
CertIdOrError |
CmpClient.unsuspendCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert cert,
org.xipki.util.ReqRespDebug debug)
Unsuspends certificates.
|
Map<String,CertIdOrError> |
CmpClient.unsuspendCerts(String caName,
Requestor requestor,
UnrevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Unsuspends certificates.
|
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.X509Cert |
CmpClientImpl.caCert(String caName,
org.xipki.util.ReqRespDebug debug) |
List<org.xipki.security.X509Cert> |
CmpClientImpl.caCerts(String caName,
org.xipki.util.ReqRespDebug debug) |
org.bouncycastle.cert.X509CRLHolder |
CmpClientImpl.downloadCrl(String caName,
org.xipki.util.ReqRespDebug debug) |
EnrollCertResult |
CmpClientImpl.enrollCert(String caName,
Requestor requestor,
org.bouncycastle.asn1.pkcs.CertificationRequest csr,
String profile,
Date notBefore,
Date notAfter,
org.xipki.util.ReqRespDebug debug) |
EnrollCertResult |
CmpClientImpl.enrollCerts(String caName,
Requestor requestor,
EnrollCertRequest request,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.revokeCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
BigInteger serial,
int reason,
Date invalidityDate,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.revokeCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert cert,
int reason,
Date invalidityDate,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.revokeCerts(String caName,
Requestor requestor,
RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.unsuspendCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
BigInteger serial,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.unsuspendCert(String caName,
Requestor requestor,
org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert cert,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.unsuspendCerts(String caName,
Requestor requestor,
UnrevokeCertRequest request,
org.xipki.util.ReqRespDebug debug) |
Copyright © 2023. All rights reserved.