Class XDHBasicAgreement

  • All Implemented Interfaces:
    BasicAgreement

    public class XDHBasicAgreement
    extends java.lang.Object
    implements BasicAgreement
    Key agreement using X25519 or X448. Same as Weierstrauss curve based ECDH, except this uses the U-coordinate while ECDH uses the X-coordinate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger calculateAgreement​(CipherParameters pubKey)
      given a public key from a given party calculate the next message in the agreement sequence.
      int getFieldSize()
      return the field size for the agreement algorithm in bytes.
      void init​(CipherParameters key)
      initialise the agreement engine.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait