Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAsn1Utils.java46 return bigIntegerToInt(((ASN1Integer) asn1Value).getValue()); in getIntegerFromAsn1()
48 return bigIntegerToInt(((ASN1Enumerated) asn1Value).getValue()); in getIntegerFromAsn1()
147 private static int bigIntegerToInt(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToInt() method in Asn1Utils