Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DPerUnalignedUtils.java195 public static byte[] encodeBigNonNegativeWholeNumber(BigInteger bigInteger) { in encodeBigNonNegativeWholeNumber() argument
196 byte[] twosComplement = bigInteger.toByteArray(); in encodeBigNonNegativeWholeNumber()
DPerAlignedUtils.java257 public static byte[] encodeBigNonNegativeWholeNumber(BigInteger bigInteger) { in encodeBigNonNegativeWholeNumber() argument
258 byte[] twosComplement = bigInteger.toByteArray(); in encodeBigNonNegativeWholeNumber()