Uses of Class
org.xipki.cmp.client.CertIdOrError
-
Packages that use CertIdOrError Package Description org.xipki.cmp.client org.xipki.cmp.client.internal -
-
Uses of CertIdOrError in org.xipki.cmp.client
Methods in org.xipki.cmp.client that return CertIdOrError Modifier and Type Method Description CertIdOrErrorCmpClient. revokeCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, BigInteger serial, int reason, Instant invalidityTime, org.xipki.util.ReqRespDebug debug)Revokes a certificate.CertIdOrErrorCmpClient. revokeCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, org.xipki.security.X509Cert cert, int reason, Instant invalidityTime, org.xipki.util.ReqRespDebug debug)Revokes a certificate.CertIdOrErrorCmpClient. unsuspendCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, BigInteger serial, org.xipki.util.ReqRespDebug debug)Unsuspends a certificate.CertIdOrErrorCmpClient. unsuspendCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, org.xipki.security.X509Cert cert, org.xipki.util.ReqRespDebug debug)Unsuspends certificates.Methods in org.xipki.cmp.client that return types with arguments of type CertIdOrError Modifier and Type Method 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. -
Uses of CertIdOrError in org.xipki.cmp.client.internal
Methods in org.xipki.cmp.client.internal that return CertIdOrError Modifier and Type Method Description CertIdOrErrorCmpClientImpl. revokeCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, BigInteger serial, int reason, Instant invalidityDate, org.xipki.util.ReqRespDebug debug)CertIdOrErrorCmpClientImpl. revokeCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, org.xipki.security.X509Cert cert, int reason, Instant invalidityDate, org.xipki.util.ReqRespDebug debug)CertIdOrErrorCmpClientImpl. unsuspendCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, BigInteger serial, org.xipki.util.ReqRespDebug debug)CertIdOrErrorCmpClientImpl. unsuspendCert(String caName, Requestor requestor, org.xipki.security.X509Cert issuerCert, org.xipki.security.X509Cert cert, org.xipki.util.ReqRespDebug debug)Methods in org.xipki.cmp.client.internal that return types with arguments of type CertIdOrError Modifier and Type Method 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)
-