Example usage for Java java.security.cert X509CRLEntry fields, constructors, methods, implement or subclass
The text is from its open source code.
X500Principal | getCertificateIssuer() 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. |
Date | getRevocationDate() Gets the revocation date from this X509CRLEntry, the revocationDate. |
BigInteger | getSerialNumber() Gets the serial number from this X509CRLEntry, the userCertificate. |
boolean | hasExtensions() Returns true if this CRL entry has extensions. |