Searched refs:mEncodedLength (Results 1 – 1 of 1) sorted by relevance
215 private int mEncodedLength; field in Asn1Node252 mEncodedLength = in Asn1Node()267 mDataLength += children.get(i).mEncodedLength; in Asn1Node()269 mEncodedLength = in Asn1Node()525 return mEncodedLength; in getEncodedLength()540 if (offset < 0 || offset + mEncodedLength > dest.length) { in writeToBytes()542 "Not enough space to write. Required bytes: " + mEncodedLength); in writeToBytes()549 byte[] dest = new byte[mEncodedLength]; in toBytes()