Uses of Interface
com.netscape.certsrv.dbs.certdb.IRevocationInfo
Packages that use IRevocationInfo
-
Uses of IRevocationInfo in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement IRevocationInfoModifier and TypeClassDescriptionclassA class represents a certificate revocation info.Methods in com.netscape.cmscore.dbs that return IRevocationInfoModifier and TypeMethodDescriptionCertRecord.getRevocationInfo()Retrieves revocation information.Methods in com.netscape.cmscore.dbs with parameters of type IRevocationInfoModifier and TypeMethodDescriptionvoidCertificateRepository.markAsRevoked(BigInteger id, IRevocationInfo info) Marks certificate as revoked.voidCertificateRepository.markAsRevoked(BigInteger id, IRevocationInfo info, boolean isAlreadyRevoked) Marks certificate as revoked.voidCertificateRepository.unmarkRevoked(BigInteger id, IRevocationInfo info, Date revokedOn, String revokedBy) Unmark a revoked certificates.