Class X509CRLEntry
java.lang.Object
java.security.cert.X509CRLEntry
- All Implemented Interfaces:
X509Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract Setabstract byte[]abstract byte[]getExtensionValue(String var0) abstract Setabstract Dateabstract BigIntegerabstract booleaninthashCode()abstract booleanabstract StringtoString()
-
Constructor Details
-
X509CRLEntry
public X509CRLEntry()
-
-
Method Details
-
equals
-
getEncoded
- Throws:
CRLException
-
getSerialNumber
-
getRevocationDate
-
hasExtensions
public abstract boolean hasExtensions() -
hashCode
-
toString
-
hasUnsupportedCriticalExtension
public abstract boolean hasUnsupportedCriticalExtension()- Specified by:
hasUnsupportedCriticalExtensionin interfaceX509Extension
-
getCriticalExtensionOIDs
- Specified by:
getCriticalExtensionOIDsin interfaceX509Extension
-
getNonCriticalExtensionOIDs
- Specified by:
getNonCriticalExtensionOIDsin interfaceX509Extension
-
getExtensionValue
- Specified by:
getExtensionValuein interfaceX509Extension
-