Uses of Interface
com.netscape.certsrv.dbs.certdb.IRevocationInfo
-
Packages that use IRevocationInfo Package Description com.netscape.cmscore.dbs -
-
Uses of IRevocationInfo in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement IRevocationInfo Modifier and Type Class Description class
RevocationInfo
A class represents a certificate revocation info.Methods in com.netscape.cmscore.dbs that return IRevocationInfo Modifier and Type Method Description IRevocationInfo
CertRecord. getRevocationInfo()
Retrieves revocation information.Methods in com.netscape.cmscore.dbs with parameters of type IRevocationInfo Modifier and Type Method Description void
CertificateRepository. markAsRevoked(java.math.BigInteger id, IRevocationInfo info)
Marks certificate as revoked.void
CertificateRepository. markAsRevoked(java.math.BigInteger id, IRevocationInfo info, boolean isAlreadyRevoked)
Marks certificate as revoked.void
CertificateRepository. unmarkRevoked(java.math.BigInteger id, IRevocationInfo info, java.util.Date revokedOn, java.lang.String revokedBy)
Unmark a revoked certificates.
-