Searched refs:calculateTagLength (Results 1 – 15 of 15) sorted by relevance
38 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()45 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
44 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()51 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
61 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()68 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
87 static int calculateTagLength(int tagNo) in calculateTagLength() method in StreamUtil
151 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()
40 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()47 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
46 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()53 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
63 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()70 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
88 static int calculateTagLength(int tagNo) in calculateTagLength() method in StreamUtil
153 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()