| Package | Description |
|---|---|
| org.xipki.ca.client.api |
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
CaClient.downloadCrl(String caName,
BigInteger crlNumber,
org.xipki.util.ReqRespDebug debug)
Downloads the CRL for the given CRL number.
|
X509CRL |
CaClient.downloadCrl(String caName,
org.xipki.util.ReqRespDebug debug)
Downloads the current CRL.
|
EnrollCertResult |
CaClient.enrollCert(String caName,
org.bouncycastle.asn1.pkcs.CertificationRequest csr,
String profile,
Date notBefore,
Date notAfter,
org.xipki.util.ReqRespDebug debug)
TODO.
|
EnrollCertResult |
CaClient.enrollCerts(String caName,
EnrollCertRequest request,
org.xipki.util.ReqRespDebug debug)
Enrolls a set of certificates.
|
X509CRL |
CaClient.generateCrl(String caName,
org.xipki.util.ReqRespDebug debug)
Generates and downloads a new CRL.
|
CertIdOrError |
CaClient.removeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug)
Removes a certificate.
|
CertIdOrError |
CaClient.removeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug)
Removes a certificate.
|
Map<String,CertIdOrError> |
CaClient.removeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Removes certificates.
|
CertIdOrError |
CaClient.revokeCert(String caName,
BigInteger serial,
int reason,
Date invalidityTime,
org.xipki.util.ReqRespDebug debug)
Revokes a certificate.
|
CertIdOrError |
CaClient.revokeCert(String caName,
X509Certificate cert,
int reason,
Date invalidityTime,
org.xipki.util.ReqRespDebug debug)
TODO.
|
Map<String,CertIdOrError> |
CaClient.revokeCerts(RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Revoke a set of certificates.
|
CertIdOrError |
CaClient.unrevokeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug)
Unrevokes a certificate.
|
CertIdOrError |
CaClient.unrevokeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug)
Unrevokes certificates.
|
Map<String,CertIdOrError> |
CaClient.unrevokeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Unrevokes certificates.
|
Copyright © 2018. All rights reserved.