| Package | Description |
|---|---|
| org.xipki.cmpclient | |
| org.xipki.cmpclient.internal |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CertIdOrError> |
CmpClient.removeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Removes certificates.
|
Map<String,CertIdOrError> |
CmpClient.revokeCerts(RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Revoke a set of certificates.
|
Map<String,CertIdOrError> |
CmpClient.unrevokeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug)
Unrevokes certificates.
|
| Modifier and Type | Method and Description |
|---|---|
CertIdOrError |
CmpClientImpl.removeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.removeCert(String caName,
X509Certificate cert,
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) |
CertIdOrError |
CmpClientImpl.unrevokeCert(String caName,
BigInteger serial,
org.xipki.util.ReqRespDebug debug) |
CertIdOrError |
CmpClientImpl.unrevokeCert(String caName,
X509Certificate cert,
org.xipki.util.ReqRespDebug debug) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CertIdOrError> |
CmpClientImpl.removeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.revokeCerts(RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug) |
Map<String,CertIdOrError> |
CmpClientImpl.unrevokeCerts(UnrevokeOrRemoveCertRequest request,
org.xipki.util.ReqRespDebug debug) |
Copyright © 2019. All rights reserved.