Interface BasicAgreement

    • Method Detail

      • getFieldSize

        int getFieldSize()
        return the field size for the agreement algorithm in bytes.
      • calculateAgreement

        java.math.BigInteger calculateAgreement​(CipherParameters pubKey)
        given a public key from a given party calculate the next message in the agreement sequence.