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 SetgetExtensionOIDs(boolean critical) byte[]getExtensionValue(String oid) booleanbooleanWill return true if any extensions are present and marked as critical as we currently dont handle any extensions!toString()Methods inherited from class 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:
getEncodedin classX509CRLEntry- Throws:
CRLException
-
getSerialNumber
- Specified by:
getSerialNumberin classX509CRLEntry
-
getRevocationDate
- Specified by:
getRevocationDatein classX509CRLEntry
-
hasExtensions
public boolean hasExtensions()- Specified by:
hasExtensionsin classX509CRLEntry
-
toString
- Specified by:
toStringin classX509CRLEntry
-