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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Exception.java8 public class ASN1Exception class in inherits:IOException
18 ASN1Exception(String message) method in class:ASN1Exception
29 ASN1Exception(String message, Throwable cause) method in class:ASN1Exception
H A DDERExternalParser.java44 throw new ASN1Exception(e.getMessage(), e);
H A DASN1StreamParser.java54 throw new ASN1Exception("unknown BER object encountered: 0x" + Integer.toHexString(tagValue));
87 throw new ASN1Exception("sequences must use constructed encoding (see X.690 8.9.1/8.10.1)");
89 throw new ASN1Exception("sets must use constructed encoding (see X.690 8.11.1/8.12.1)");
95 throw new ASN1Exception("implicit tagging not implemented");
217 throw new ASN1Exception("corrupted stream detected", e);
H A DBERTaggedObject.java130 throw new ASN1Exception("not implemented: " + obj.getClass().getName());
H A DASN1TaggedObject.java217 throw new ASN1Exception("implicit tagging not implemented for tag: " + tag);
H A DASN1InputStream.java282 throw new ASN1Exception("corrupted stream detected", e);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
H A DOCSPResp.java7 import org.bouncycastle.asn1.ASN1Exception;
64 catch (ASN1Exception e)
H A DOCSPReq.java10 import org.bouncycastle.asn1.ASN1Exception;
98 catch (ASN1Exception e)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 154 milliseconds