Searched refs:constrId (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Constructed.java49 return this.constrId == identifier;
53 out.encodeTag(constrId);
H A DASN1Implicit.java77 if (type.checkTag(type.constrId)) {
96 return constrId == identifier;
98 return id == identifier || constrId == identifier;
114 in.tag = type.constrId;
127 out.encodeTag(constrId);
H A DASN1Explicit.java63 if (constrId != in.tag) {
65 in.tagOffset + "]. Expected tag: " + Integer.toHexString(constrId) + ", " +
H A DASN1Type.java40 public final int constrId; field in class:ASN1Type
78 this.constrId = this.id + PC_CONSTRUCTED;
H A DASN1Choice.java260 if (t.checkTag(t.constrId)) {
261 addIdentifier(map, t.constrId, index);
H A DDerInputStream.java119 if (tag == type.constrId) {
H A DASN1StringType.java81 return this.id == identifier || this.constrId == identifier;
H A DBerInputStream.java648 } else if (tag == type.constrId) {

Completed in 52 milliseconds