Home
last modified time | relevance | path

Searched refs:toIntegerBytes (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java1008 return encodeBase64(toIntegerBytes(bigInt), false); in encodeInteger()
1018 static byte[] toIntegerBytes(BigInteger bigInt) { in toIntegerBytes() method in Base64Codec