OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagOffset
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java
65
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.");
ASN1Any.java
90
byte[] bytesEncoded = new byte[in.offset - in.
tagOffset
];
91
System.arraycopy(in.buffer, in.
tagOffset
, bytesEncoded, 0,
BerInputStream.java
67
protected int
tagOffset
;
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
...]
ASN1Explicit.java
65
in.
tagOffset
+ "]. Expected tag: " + Integer.toHexString(constrId) + ", " +
ASN1Implicit.java
106
"[" + in.
tagOffset
+ "]. Expected tag: " + Integer.toHexString(id) + ", " +
Completed in 52 milliseconds