Searched defs:tagOffset (Results 1 - 1 of 1) sorted by last modified time

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
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...]

Completed in 125 milliseconds