Searched refs:bigInteger (Results 1 – 2 of 2) sorted by relevance
195 public static byte[] encodeBigNonNegativeWholeNumber(BigInteger bigInteger) { in encodeBigNonNegativeWholeNumber() argument196 byte[] twosComplement = bigInteger.toByteArray(); in encodeBigNonNegativeWholeNumber()
257 public static byte[] encodeBigNonNegativeWholeNumber(BigInteger bigInteger) { in encodeBigNonNegativeWholeNumber() argument258 byte[] twosComplement = bigInteger.toByteArray(); in encodeBigNonNegativeWholeNumber()