Searched refs:isLongForm (Results 1 – 2 of 2) sorted by relevance
66 static boolean isLongForm(int lengthByte) { in isLongForm() method in DerIndefLenConverter85 return (isLongForm(lengthByte) && ((lengthByte & LEN_MASK) == 0)); in isIndefinite()157 if (isLongForm(lenByte)) { in parseLength()195 if (isLongForm(lenByte)) { in writeLengthAndValue()
41 static boolean isLongForm(int lengthByte) { in isLongForm() method in DerIndefLenConverter