| Package | Description |
|---|---|
| org.xipki.cmp.client | |
| org.xipki.cmp.client.internal |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CertIdOrError> |
CmpClient.revokeCerts(String caName,
Requestor requestor,
RevokeCertRequest request,
org.xipki.util.ReqRespDebug debug)
Revoke a set of 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 |
|---|---|
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CertIdOrError> |
CmpClientImpl.revokeCerts(String caName,
Requestor requestor,
RevokeCertRequest request,
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.