Java java.security.cert X509CRLEntry fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert X509CRLEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert X509CRLEntry.

The text is from its open source code.

Method

X500PrincipalgetCertificateIssuer()
Get the issuer of the X509Certificate described by this entry.
byte[]getExtensionValue(String oid)
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
DategetRevocationDate()
Gets the revocation date from this X509CRLEntry, the revocationDate.
BigIntegergetSerialNumber()
Gets the serial number from this X509CRLEntry, the userCertificate.
booleanhasExtensions()
Returns true if this CRL entry has extensions.