Searched refs:CONSTRUCTED_BIT (Results 1 – 1 of 1) sorted by relevance
54 public static final int CONSTRUCTED_BIT = 0x20; field in Asn1Tag107 buf.put((byte) (getValue() | CONSTRUCTED_BIT)); in writeTag()