Searched refs:StreamUtil (Results 1 – 25 of 32) sorted by relevance
12
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()
150 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()
41 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
73 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
76 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
118 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
83 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
88 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length; in encodedLength()
29 this(is, StreamUtil.findLimit(is)); in ASN1InputStream()82 this(input, StreamUtil.findLimit(input), lazyEvaluate); in ASN1InputStream()
9 class StreamUtil class
92 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
121 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
118 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
129 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
117 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
112 return 1 + StreamUtil.calculateBodyLength(data.length + 1) + data.length + 1; in encodedLength()
128 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
139 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
117 return 1 + StreamUtil.calculateBodyLength(bytes.length) + bytes.length; in encodedLength()
139 return 1 + StreamUtil.calculateBodyLength(string.length * 2) + (string.length * 2); in encodedLength()
133 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()