Searched refs:tagOffset (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DDerInputStream.java65 throw new ASN1Exception("ASN.1 bitstring: constructed identifier at [" + tagOffset
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
136 + tagOffset + "]");
146 + tagOffset + "]. Not valid for DER.");
H A DASN1Any.java90 byte[] bytesEncoded = new byte[in.offset - in.tagOffset];
91 System.arraycopy(in.buffer, in.tagOffset, bytesEncoded, 0,
H A DBerInputStream.java67 protected int tagOffset; field in class:BerInputStream
148 * Initializes tag, length, tagOffset and contentOffset variables
154 tagOffset = offset;
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 + "]");
249 + tagOffset + "]");
278 throw new ASN1Exception("Wrong length for ASN.1 boolean at [" + tagOffset + "]");
368 throw new ASN1Exception("ASN.1 UTCTime: wrong length, identifier at " + tagOffset);
433 throw new ASN1Exception("Wrong length for ASN.1 integer at [" + tagOffset
[all...]
H A DASN1Explicit.java65 in.tagOffset + "]. Expected tag: " + Integer.toHexString(constrId) + ", " +
H A DASN1Implicit.java106 "[" + in.tagOffset + "]. Expected tag: " + Integer.toHexString(id) + ", " +

Completed in 66 milliseconds