Searched defs:X509CRL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRL.java101 * X509CRL crl = (X509CRL)cf.generateCRL(inStream);
117 public abstract class X509CRL extends CRL implements X509Extension { class in inherits:CRL,X509Extension
124 protected X509CRL() { method in class:X509CRL
131 * <code>instanceof</code> <code>X509CRL</code>, then
144 if (!(other instanceof X509CRL)) {
149 byte[] otherCRL = X509CRLImpl.getEncodedInternal((X509CRL)other);

Completed in 30 milliseconds