Package java.security.cert
Class X509CRLEntry
java.lang.Object
java.security.cert.X509CRLEntry
- All Implemented Interfaces:
X509Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]
abstract Date
abstract BigInteger
abstract boolean
abstract String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.security.cert.X509Extension
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension
-
Constructor Details
-
X509CRLEntry
public X509CRLEntry()
-
-
Method Details
-
getEncoded
- Throws:
CRLException
-
getRevocationDate
-
getSerialNumber
-
hasExtensions
public abstract boolean hasExtensions() -
toString
-