HomeSort by relevance Sort by last modified time
    Searched refs:ParsingException (Results 1 - 25 of 29) sorted by null

1 2

  /libcore/ojluni/src/main/java/javax/crypto/
CryptoPolicyParser.java 41 throws ParsingException, IOException { }
45 static final class ParsingException extends GeneralSecurityException {
47 ParsingException(String msg) {
51 ParsingException(int line, String msg) {
55 ParsingException(int line, String expect, String actual) {
CryptoPermissions.java 43 throws IOException, CryptoPolicyParser.ParsingException { }
  /libcore/ojluni/src/main/java/sun/security/pkcs/
ParsingException.java 36 public class ParsingException extends IOException {
40 public ParsingException() {
44 public ParsingException(String s) {
PKCS7.java 116 * @exception ParsingException on parsing errors.
119 public PKCS7(InputStream in) throws ParsingException, IOException {
132 * @exception ParsingException on parsing errors.
134 public PKCS7(DerInputStream derin) throws ParsingException {
143 * @exception ParsingException on parsing errors.
145 public PKCS7(byte[] bytes) throws ParsingException {
150 ParsingException pe = new ParsingException(
161 throws ParsingException
174 ParsingException pe = new ParsingException
    [all...]
ContentInfo.java 107 throws IOException, ParsingException
123 throws IOException, ParsingException
SignerInfo.java 135 throws IOException, ParsingException
151 throws IOException, ParsingException
207 throw new ParsingException("extra data at the end");
PKCS9Attributes.java 206 } catch (ParsingException e) {
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 229 private static class ParsingException extends Exception {
230 public ParsingException(String message) {
377 } catch (ParsingException e) {
410 * @throws ParsingException
413 throws ParsingException {
421 throw new ParsingException("Duplicate NodeName: " + child.getText());
425 throw new ParsingException("Unexpected NodeName: " + nodeName);
435 throw new ParsingException("Multiple node for UpdateIdentifier");
441 throw new ParsingException("Multiple PPS instance");
450 throw new ParsingException("Unknown URN: " + urn)
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CertificateFactory.java 49 static class ParsingException extends Exception {
52 public ParsingException(String message) {
56 public ParsingException(Exception cause) {
60 public ParsingException(String message, Exception cause) {
71 public T generateItem(InputStream inStream) throws ParsingException {
73 throw new ParsingException("inStream == null");
88 throw new ParsingException("inStream is empty");
121 throw new ParsingException(e);
126 throws ParsingException {
128 throw new ParsingException("inStream == null")
    [all...]
OpenSSLX509CRL.java 44 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
59 public static OpenSSLX509CRL fromX509DerInputStream(InputStream is) throws ParsingException {
69 throw new ParsingException(e);
76 throws ParsingException {
83 throw new ParsingException(e);
98 public static OpenSSLX509CRL fromX509PemInputStream(InputStream is) throws ParsingException {
108 throw new ParsingException(e);
115 throws ParsingException {
123 throw new ParsingException(e);
OpenSSLX509Certificate.java 52 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
71 throws ParsingException {
82 throw new ParsingException(e);
92 } catch (ParsingException e) {
98 throws ParsingException {
106 throw new ParsingException(e);
127 throws ParsingException {
138 throw new ParsingException(e);
145 throws ParsingException {
154 throw new ParsingException(e)
    [all...]
OpenSSLX509CertPath.java 32 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
207 throw new ParsingException("inStream is empty");
NativeCrypto.java 45 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
381 public static native long d2i_X509(byte[] encoded) throws ParsingException;
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
OpenSSLX509CertificateTest.java 31 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
92 throws FileNotFoundException, ParsingException {
NativeCryptoTest.java 72 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
jack-jar-tools.jar 
jack-jacoco-reporter.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /external/conscrypt/platform/src/test/java/org/conscrypt/
NativeCryptoTest.java 72 import org.conscrypt.OpenSSLX509CertificateFactory.ParsingException;
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 487 milliseconds

1 2