Searched refs:UINT64_MAX_VALUE (Results 1 – 2 of 2) sorted by relevance
40 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE); field in KeymasterArguments210 if ((value.signum() == -1) || (value.compareTo(UINT64_MAX_VALUE) > 0)) { in addLongTag()
408 if (publicExponent.compareTo(KeymasterArguments.UINT64_MAX_VALUE) > 0) { in initAlgorithmSpecificParameters()411 + ". Maximum supported value: " + KeymasterArguments.UINT64_MAX_VALUE); in initAlgorithmSpecificParameters()