Home
last modified time | relevance | path

Searched refs:ParsingException (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLX509CertificateFactory.java43 static class ParsingException extends Exception { class in OpenSSLX509CertificateFactory
46 public ParsingException(String message) { in ParsingException() method in OpenSSLX509CertificateFactory.ParsingException
50 public ParsingException(Exception cause) { in ParsingException() method in OpenSSLX509CertificateFactory.ParsingException
54 public ParsingException(String message, Exception cause) { in ParsingException() method in OpenSSLX509CertificateFactory.ParsingException
65 public T generateItem(InputStream inStream) throws ParsingException { in generateItem()
67 throw new ParsingException("inStream == null"); in generateItem()
82 throw new ParsingException("inStream is empty"); in generateItem()
115 throw new ParsingException(e); in generateItem()
120 throws ParsingException { in generateItems()
122 throw new ParsingException("inStream == null"); in generateItems()
[all …]
DOpenSSLX509CRL.java20 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
54 public static OpenSSLX509CRL fromX509DerInputStream(InputStream is) throws ParsingException { in fromX509DerInputStream()
64 throw new ParsingException(e); in fromX509DerInputStream()
71 throws ParsingException { in fromPkcs7DerInputStream()
78 throw new ParsingException(e); in fromPkcs7DerInputStream()
93 public static OpenSSLX509CRL fromX509PemInputStream(InputStream is) throws ParsingException { in fromX509PemInputStream()
103 throw new ParsingException(e); in fromX509PemInputStream()
110 throws ParsingException { in fromPkcs7PemInputStream()
118 throw new ParsingException(e); in fromPkcs7PemInputStream()
DOpenSSLX509Certificate.java52 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
62 throws ParsingException { in fromX509DerInputStream()
73 throw new ParsingException(e); in fromX509DerInputStream()
88 throws ParsingException { in fromPkcs7DerInputStream()
96 throw new ParsingException(e); in fromPkcs7DerInputStream()
117 throws ParsingException { in fromX509PemInputStream()
128 throw new ParsingException(e); in fromX509PemInputStream()
135 throws ParsingException { in fromPkcs7PemInputStream()
144 throw new ParsingException(e); in fromPkcs7PemInputStream()
DOpenSSLX509CertPath.java32 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
199 throw new ParsingException("inStream is empty"); in fromPkcs7Encoding()
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...