Class X509CRLEntryObject
java.lang.Object
java.security.cert.X509CRLEntry
org.gudy.bouncycastle.jce.provider.X509CRLEntryObject
- All Implemented Interfaces:
X509Extension
The following extensions are listed in RFC 2459 as relevant to CRL Entries
ReasonCode
Hode Instruction Code
Invalidity Date
Certificate Issuer (critical)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
private Set
getExtensionOIDs
(boolean critical) byte[]
getExtensionValue
(String oid) boolean
boolean
Will return true if any extensions are present and marked as critical as we currently dont handle any extensions!toString()
Methods inherited from class java.security.cert.X509CRLEntry
equals, getCertificateIssuer, getRevocationReason, hashCode
-
Field Details
-
c
-
-
Constructor Details
-
X509CRLEntryObject
-
-
Method Details
-
hasUnsupportedCriticalExtension
public boolean hasUnsupportedCriticalExtension()Will return true if any extensions are present and marked as critical as we currently dont handle any extensions! -
getExtensionOIDs
-
getCriticalExtensionOIDs
-
getNonCriticalExtensionOIDs
-
getExtensionValue
-
getEncoded
- Specified by:
getEncoded
in classX509CRLEntry
- Throws:
CRLException
-
getSerialNumber
- Specified by:
getSerialNumber
in classX509CRLEntry
-
getRevocationDate
- Specified by:
getRevocationDate
in classX509CRLEntry
-
hasExtensions
public boolean hasExtensions()- Specified by:
hasExtensions
in classX509CRLEntry
-
toString
- Specified by:
toString
in classX509CRLEntry
-