| Package | Description |
|---|---|
| org.xipki.ca.client.api |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CertIdOrError> |
CaClient.removeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Removes certificates.
|
Map<String,CertIdOrError> |
CaClient.revokeCerts(RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Revoke a set of certificates.
|
Map<String,CertIdOrError> |
CaClient.unrevokeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Unrevokes certificates.
|
Copyright © 2018. All rights reserved.