Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAsn1Utils.java57 return bigIntegerToLong(((ASN1Integer) asn1Value).getValue()); in getLongFromAsn1()
155 private static long bigIntegerToLong(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToLong() method in Asn1Utils