Searched defs:bigInt (Results 1 – 2 of 2) sorted by relevance
166 private static int bigIntegerToInt(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToInt()174 private static long bigIntegerToLong(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToLong()
189 BigInteger bigInt = new BigInteger(1, md.digest()); in computeFileHash() local