Uses of Class
org.xipki.cmp.client.PkiErrorException
-
Packages that use PkiErrorException Package Description org.xipki.cmp.client org.xipki.cmp.client.internal -
-
Uses of PkiErrorException in org.xipki.cmp.client
Methods in org.xipki.cmp.client that throw PkiErrorException Modifier and Type Method Description org.xipki.security.X509CertCmpClient. caCert(String caName, org.xipki.util.ReqRespDebug debug)Returns the CA certificate.List<org.xipki.security.X509Cert>CmpClient. caCerts(String caName, org.xipki.util.ReqRespDebug debug)Returns the CA certificate chain.org.bouncycastle.cert.X509CRLHolderCmpClient. downloadCrl(String caName, org.xipki.util.ReqRespDebug debug)Downloads the current CRL.EnrollCertResultCmpClient. enrollCert(String caName, Requestor requestor, org.bouncycastle.asn1.pkcs.CertificationRequest csr, String profile, Instant notBefore, Instant notAfter, org.xipki.util.ReqRespDebug debug)Enrolls a certificate.EnrollCertResultCmpClient. enrollCerts(String caName, Requestor requestor, EnrollCertRequest request, org.xipki.util.ReqRespDebug debug)Enrolls a set of certificates.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.Map<String,CertIdOrError>CmpClient. revokeCerts(String caName, Requestor requestor, RevokeCertRequest request, org.xipki.util.ReqRespDebug debug)Revoke a set of certificates.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.Map<String,CertIdOrError>CmpClient. unsuspendCerts(String caName, Requestor requestor, UnrevokeCertRequest request, org.xipki.util.ReqRespDebug debug)Unsuspends certificates. -
Uses of PkiErrorException in org.xipki.cmp.client.internal
Methods in org.xipki.cmp.client.internal that throw PkiErrorException Modifier and Type Method Description org.xipki.security.X509CertCmpClientImpl. caCert(String caName, org.xipki.util.ReqRespDebug debug)List<org.xipki.security.X509Cert>CmpClientImpl. caCerts(String caName, org.xipki.util.ReqRespDebug debug)org.bouncycastle.cert.X509CRLHolderCmpClientImpl. downloadCrl(String caName, org.xipki.util.ReqRespDebug debug)EnrollCertResultCmpClientImpl. enrollCert(String caName, Requestor requestor, org.bouncycastle.asn1.pkcs.CertificationRequest csr, String profile, Instant notBefore, Instant notAfter, org.xipki.util.ReqRespDebug debug)EnrollCertResultCmpClientImpl. enrollCerts(String caName, Requestor requestor, EnrollCertRequest request, org.xipki.util.ReqRespDebug debug)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)Map<String,CertIdOrError>CmpClientImpl. revokeCerts(String caName, Requestor requestor, RevokeCertRequest request, 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)Map<String,CertIdOrError>CmpClientImpl. unsuspendCerts(String caName, Requestor requestor, UnrevokeCertRequest request, org.xipki.util.ReqRespDebug debug)
-