Searched defs:firstIdentifierByte (Results 1 – 3 of 3) sorted by relevance
198 public static boolean isConstructed(byte firstIdentifierByte) { in isConstructed()206 public static int getTagClass(byte firstIdentifierByte) { in getTagClass()210 public static byte setTagClass(byte firstIdentifierByte, int tagClass) { in setTagClass()218 public static int getTagNumber(byte firstIdentifierByte) { in getTagNumber()222 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()