Package com.netscape.certsrv.dbs.certdb
Interface IRevocationInfo
-
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 CRLExtensions
getCRLEntryExtensions()
Retrieves CRL entry extensions.java.util.Date
getRevocationDate()
Retrieves revocation date.
-
-
-
Method Detail
-
getRevocationDate
java.util.Date getRevocationDate()
Retrieves revocation date.- Returns:
- revocation date
-
getCRLEntryExtensions
CRLExtensions getCRLEntryExtensions()
Retrieves CRL entry extensions.- Returns:
- CRL entry extensions
-
-