Uses of Class
org.xipki.ca.api.mgmt.CertWithRevocationInfo
-
Packages that use CertWithRevocationInfo Package Description org.xipki.ca.api.mgmt -
-
Uses of CertWithRevocationInfo in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CertWithRevocationInfo Modifier and Type Method Description CertWithRevocationInfoCaManager. getCert(String caName, BigInteger serialNumber)Returns certificate with status information for the CAcaNameand with serial numberserialNumber.CertWithRevocationInfoCaManager. getCert(org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber)Returns certificate with revocation information for theissuerand with serial numberserialNumber.CertWithRevocationInfoMgmtResponse.CertWithRevocationInfoWrapper. toCertWithRevocationInfo()Constructors in org.xipki.ca.api.mgmt with parameters of type CertWithRevocationInfo Constructor Description CertWithRevocationInfoWrapper(CertWithRevocationInfo info)
-