Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DPublicKeyProtoUtil.java333 validateDhGroupElement(y); in parseDh2048PublicKey()
395 validateDhGroupElement(x); // Again, this validation should be good enough in parseDh2048PrivateKey()
463 private static void validateDhGroupElement(BigInteger y) throws InvalidKeySpecException { in validateDhGroupElement() method in PublicKeyProtoUtil