Interface DHPublicKey

    • Field Summary

      Fields

      Modifier and Type Field and Description
      static long serialVersionUID
      The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
    • Method Summary

      Modifier and Type Method and Description
      BigInteger getY()
      Returns the public value, y.
    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
        See Also:
        Constant Field Values
    • Method Detail

      • getY

        BigInteger getY()
        Returns the public value, y.
        Returns:
        the public value, y