Node:The IKeyAgreementParty Interface, Next:The KeyAgreementFactory class, Previous:Protocols, Up:Key Agreements
java.util.Map that has the required name-value pairs needed for
this instance. An instance of gnu.crypto.key.KeyAgreementException
is thrown if an exception occurs during this process.
gnu.crypto.key.KeyAgreementException
may be thrown if an exception occurs during this process.
true if the party in the key agreement protocol
exchange has completed its part of the exchange; and false
otherwise. If this method returns false, then an
java.lang.IllegalStateException is thrown for any method
invocation except init.
gnu.crypto.key.KeyAgreementException is
thrown if the key agreement is not yet initialised, or is initialised
but the exchange is still in progress.