Searched refs:ASN1Exception (Results 1 - 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Exception.java5 public class ASN1Exception class in inherits:IOException
10 ASN1Exception(String message) method in class:ASN1Exception
15 ASN1Exception(String message, Throwable cause) method in class:ASN1Exception
H A DDERExternalParser.java33 throw new ASN1Exception(e.getMessage(), e);
H A DASN1StreamParser.java51 throw new ASN1Exception("unknown BER object encountered: 0x" + Integer.toHexString(tagValue));
84 throw new ASN1Exception("sequences must use constructed encoding (see X.690 8.9.1/8.10.1)");
86 throw new ASN1Exception("sets must use constructed encoding (see X.690 8.11.1/8.12.1)");
92 // TODO ASN1Exception
215 throw new ASN1Exception("corrupted stream detected", e);
H A DASN1InputStream.java276 throw new ASN1Exception("corrupted stream detected", e);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DBooleanTest.java30 import org.apache.harmony.security.asn1.ASN1Exception;
82 fail("No expected ASN1Exception for: " + i);
83 } catch (ASN1Exception e) {
H A DBerInputStreamTest.java32 import org.apache.harmony.security.asn1.ASN1Exception;
98 fail("No expected ASN1Exception");
99 } catch (ASN1Exception e) {
154 fail("No expected ASN1Exception");
155 } catch (ASN1Exception e) {
162 fail("No expected ASN1Exception");
163 } catch (ASN1Exception e) {
214 fail("No expected ASN1Exception");
215 } catch (ASN1Exception e) {
H A DSequenceOfTest.java29 import org.apache.harmony.security.asn1.ASN1Exception;
86 } catch (ASN1Exception e) {
H A DImplicitTest.java32 import org.apache.harmony.security.asn1.ASN1Exception;
222 fail("No expected ASN1Exception");
223 } catch (ASN1Exception e) {
H A DIntegerTest.java31 import org.apache.harmony.security.asn1.ASN1Exception;
135 fail("No expected ASN1Exception for:" + i);
136 } catch (ASN1Exception e) {
H A DOidTest.java27 import org.apache.harmony.security.asn1.ASN1Exception;
163 fail("No expected ASN1Exception for:" + i);
164 } catch (ASN1Exception e) {
H A DBitStringTest.java31 import org.apache.harmony.security.asn1.ASN1Exception;
120 fail("No expected ASN1Exception for: " + i);
121 } catch (ASN1Exception e) {
H A DSequenceTest.java30 import org.apache.harmony.security.asn1.ASN1Exception;
152 } catch (ASN1Exception e) {

Completed in 262 milliseconds