Searched defs:firstIdentifierByte (Results 1 – 3 of 3) sorted by relevance
162 public static boolean isConstructed(byte firstIdentifierByte) { in isConstructed()170 public static int getTagClass(byte firstIdentifierByte) { in getTagClass()174 public static byte setTagClass(byte firstIdentifierByte, int tagClass) { in setTagClass()182 public static int getTagNumber(byte firstIdentifierByte) { in getTagNumber()186 public static byte setTagNumber(byte firstIdentifierByte, int tagNumber) { in setTagNumber()
54 int firstIdentifierByte = in.read(); in readDataValue() local102 private static int readTagNumber(InputStream in, int firstIdentifierByte) in readTagNumber()
93 private int readTagNumber(byte firstIdentifierByte) throws BerDataValueFormatException { in readTagNumber()