Uses of Class
com.netscape.cmscore.dbs.RevocationInfo
Packages that use RevocationInfo
-
Uses of RevocationInfo in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return RevocationInfoModifier and TypeMethodDescriptionCertRecord.getRevocationInfo()Retrieves revocation information.CertificateRepository.isCertificateRevoked(org.mozilla.jss.netscape.security.x509.X509CertImpl cert) Checks if the presented certificate belongs to the repository and is revoked.Methods in com.netscape.cmscore.dbs with parameters of type RevocationInfoModifier and TypeMethodDescriptionvoidCertificateRepository.markAsRevoked(BigInteger id, RevocationInfo info) Marks certificate as revoked.voidCertificateRepository.markAsRevoked(BigInteger id, RevocationInfo info, boolean isAlreadyRevoked) Marks certificate as revoked.voidCertificateRepository.unmarkRevoked(BigInteger id, RevocationInfo info, Date revokedOn, String revokedBy) Unmark a revoked certificates.