Package org.conscrypt
Class OpenSSLX509CRLEntry
java.lang.Object
java.security.cert.X509CRLEntry
org.conscrypt.OpenSSLX509CRLEntry
- All Implemented Interfaces:
X509Extension
An implementation of
X509CRLEntry
based on BoringSSL.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
getExtensionValue
(String oid) boolean
boolean
toString()
Methods inherited from class java.security.cert.X509CRLEntry
equals, getCertificateIssuer, getRevocationReason, hashCode
-
Field Details
-
mContext
private final long mContext -
revocationDate
-
-
Constructor Details
-
OpenSSLX509CRLEntry
OpenSSLX509CRLEntry(long ctx) throws OpenSSLX509CertificateFactory.ParsingException
-
-
Method Details
-
getCriticalExtensionOIDs
-
getExtensionValue
-
getNonCriticalExtensionOIDs
-
hasUnsupportedCriticalExtension
public boolean hasUnsupportedCriticalExtension() -
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
-