ECDHAgreement class abstract

Implementers

Constructors

ECDHAgreement()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateAgreement(ECPublicKey pubKey) BigInt
given a public key from a given party calculate the next message in the agreement sequence.
getFieldSize() int
return the field size for the agreement algorithm in bytes.
init(ECPrivateKey param) → void
initialise the agreement engine.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited