Searched refs:encodeLength (Results 1 – 4 of 4) sorted by relevance
168 public static void encodeLength(int length, ByteArrayOutputStream stream) { in encodeLength() method in BerTlv210 encodeLength(mValueLength, stream); in build()
143 BerTlv.encodeLength(data.length, stream); in build()
171 BerTlv.encodeLength(temp.size(), stream); in build()
195 BerTlv.encodeLength(temp.size(), stream); in build()