|
|
java > java.security > java.security.cert > java.security.cert.x509crlentry >
Class: java.security.cert.X509CRLEntry java.lang.Object java.security.cert.X509CRLEntry
public abstract class X509CRLEntry extends Object implements X509Extension
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | boolean | equals(Object other) Overrides: Object |
| | public | X500Principal | getCertificateIssuer() |
| | public abstract | byte[] | getEncoded() Throws: CRLException |
| | public abstract | Date | getRevocationDate() |
| | public abstract | BigInteger | getSerialNumber() |
| | public abstract | boolean | hasExtensions() |
| | public | int | hashCode() Overrides: Object |
| | public abstract | String | toString() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|