Class MQVBasicAgreement

    • 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