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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
CertificateRepository.markAsRevoked
(BigInteger id, IRevocationInfo info) Marks certificate as revoked.void
CertificateRepository.markAsRevoked
(BigInteger id, IRevocationInfo info, boolean isAlreadyRevoked) Marks certificate as revoked.void
CertificateRepository.unmarkRevoked
(BigInteger id, IRevocationInfo info, Date revokedOn, String revokedBy) Unmark a revoked certificates.