Uses of Class
org.xipki.ca.api.CertWithDbId
-
Packages that use CertWithDbId Package Description org.xipki.ca.api org.xipki.ca.api.publisher -
-
Uses of CertWithDbId in org.xipki.ca.api
Methods in org.xipki.ca.api that return CertWithDbId Modifier and Type Method Description CertWithDbIdCertificateInfo. getCert()Constructors in org.xipki.ca.api with parameters of type CertWithDbId Constructor Description CertificateInfo(CertWithDbId cert, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey, NameId issuer, org.xipki.security.X509Cert issuerCert, NameId profile, NameId requestor) -
Uses of CertWithDbId in org.xipki.ca.api.publisher
Methods in org.xipki.ca.api.publisher with parameters of type CertWithDbId Modifier and Type Method Description abstract booleanCertPublisher. certificateRemoved(org.xipki.security.X509Cert caCert, CertWithDbId cert)Publishes the remove of a certificate.abstract booleanCertPublisher. certificateRevoked(org.xipki.security.X509Cert caCert, CertWithDbId cert, java.lang.String certprofile, org.xipki.security.CertRevocationInfo revInfo)Publishes the revocation of a certificate.abstract booleanCertPublisher. certificateUnrevoked(org.xipki.security.X509Cert caCert, CertWithDbId cert)Publishes the unrevocation of a certificate.
-