Package com.netscape.certsrv.dbs.certdb
Interface IRevocationInfo
-
- All Known Implementing Classes:
RevocationInfo
public interface IRevocationInfo
A class represents a certificate revocation info. This object is written as an attribute of certificate record which essentially signifies a revocation act.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.CRLExtensions
getCRLEntryExtensions()
Retrieves CRL entry extensions.java.util.Date
getRevocationDate()
Retrieves revocation date.
-