Searched refs:calculateTagLength (Results 1 – 5 of 5) sorted by relevance
58 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()65 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()70 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
64 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()71 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()76 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
79 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()86 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()91 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
88 static int calculateTagLength(int tagNo) in calculateTagLength() method in StreamUtil
150 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()