Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DPublicKeyProtoUtil.java570 private BigInteger eitherXorY; field in PublicKeyProtoUtil.DHKeyShim
573 public DHKeyShim(BigInteger eitherXorY, DHParameterSpec params) { in DHKeyShim() argument
574 this.eitherXorY = eitherXorY; in DHKeyShim()
595 return eitherXorY; in getX()
599 return eitherXorY; in getY()