HomeSort by relevance Sort by last modified time
    Searched refs:ASN1Exception (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Exception.java 30 public final class ASN1Exception extends IOException {
35 public ASN1Exception(String message){
DerInputStream.java 55 throw new ASN1Exception("DER: only definite length encoding MUST be used");
65 throw new ASN1Exception("ASN.1 bitstring: constructed identifier at [" + tagOffset
75 throw new ASN1Exception("ASN.1 bitstring: wrong content at [" + contentOffset
85 throw new ASN1Exception("ASN.1 boolean: wrong content at [" + contentOffset
92 throw new ASN1Exception("ASN.1 octetstring: constructed identifier at [" + tagOffset
120 throw new ASN1Exception("ASN.1 string: constructed identifier at [" + tagOffset
129 throw new ASN1Exception("ASN.1 UTCTime: constructed identifier at [" + tagOffset
135 throw new ASN1Exception("ASN.1 UTCTime: wrong format for DER, identifier at ["
145 throw new ASN1Exception("ASN.1 GeneralizedTime: constructed identifier at ["
BerInputStream.java 97 throw new ASN1Exception("Wrong content length");
131 throw new ASN1Exception("Decoding indefinite length encoding is not supported");
167 throw new ASN1Exception("Too long encoding at [" + tagOffset + "]"); //FIXME message
178 throw new ASN1Exception("Too long encoding at [" + tagOffset + "]"); //FIXME message
215 throw new ASN1Exception("ASN.1 Bitstring: wrong length. Tag at [" + tagOffset + "]");
222 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
227 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
232 throw new ASN1Exception("Decoding constructed ASN.1 bitstring type is not provided");
248 throw new ASN1Exception("ASN.1 enumerated: wrong length for identifier at ["
262 throw new ASN1Exception("ASN.1 enumerated: wrong content at [" + contentOffse
    [all...]
ASN1Explicit.java 64 throw new ASN1Exception("ASN.1 explicitly tagged type is expected at [" +
ASN1Implicit.java 105 throw new ASN1Exception("ASN.1 implicitly tagged type expected at " +
ASN1Choice.java 303 throw new ASN1Exception("Failed to decode ASN.1 choice type. No alternatives were found for " + getClass().getName());// FIXME message
ASN1BitString.java 130 throw new ASN1Exception("ASN.1 Named Bitstring: size constraints");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Exception.java 5 public class ASN1Exception
10 ASN1Exception(String message)
15 ASN1Exception(String message, Throwable cause)
DERExternalParser.java 33 throw new ASN1Exception(e.getMessage(), e);
ASN1StreamParser.java 51 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);
ASN1InputStream.java 276 throw new ASN1Exception("corrupted stream detected", e);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BooleanTest.java 30 import org.apache.harmony.security.asn1.ASN1Exception;
82 fail("No expected ASN1Exception for: " + i);
83 } catch (ASN1Exception e) {
BerInputStreamTest.java 32 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) {
SequenceOfTest.java 29 import org.apache.harmony.security.asn1.ASN1Exception;
86 } catch (ASN1Exception e) {
ImplicitTest.java 32 import org.apache.harmony.security.asn1.ASN1Exception;
222 fail("No expected ASN1Exception");
223 } catch (ASN1Exception e) {
IntegerTest.java 31 import org.apache.harmony.security.asn1.ASN1Exception;
135 fail("No expected ASN1Exception for:" + i);
136 } catch (ASN1Exception e) {
OidTest.java 27 import org.apache.harmony.security.asn1.ASN1Exception;
163 fail("No expected ASN1Exception for:" + i);
164 } catch (ASN1Exception e) {
BitStringTest.java 31 import org.apache.harmony.security.asn1.ASN1Exception;
120 fail("No expected ASN1Exception for: " + i);
121 } catch (ASN1Exception e) {
SequenceTest.java 30 import org.apache.harmony.security.asn1.ASN1Exception;
152 } catch (ASN1Exception e) {
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 533 milliseconds