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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509CRLImpl.java92 public class X509CRLImpl extends X509CRL implements DerEncoder { class in inherits:X509CRL,DerEncoder
132 private X509CRLImpl() { } method in class:X509CRLImpl
144 public X509CRLImpl(byte[] crlData) throws CRLException { method in class:X509CRLImpl
159 public X509CRLImpl(DerValue val) throws CRLException { method in class:X509CRLImpl
175 public X509CRLImpl(InputStream inStrm) throws CRLException { method in class:X509CRLImpl
191 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate) { method in class:X509CRLImpl
207 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, method in class:X509CRLImpl
247 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, method in class:X509CRLImpl
1218 if (crl instanceof X509CRLImpl) {
1219 return ((X509CRLImpl)cr
[all...]

Completed in 62 milliseconds