Frames | No Frames |
Classes implementing gnu.javax.crypto.key.IKeyAgreementParty | |
class | The implementation of the Host in the SRP-6 key agreement protocol.
|
class | The Secure Remote Password (SRP) key agreement protocol, also known as SRP-6,
is designed by Thomas J. |
class | A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the
User (client side).
|
class | A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the
Host (server side).
|
class | A variation of the SRP6 key agreement protocol, for the client-side as
proposed in Using
SRP for TLS Authentication. |
class | A variation of the SRP6 key agreement protocol, for the server-side as
proposed in Using
SRP for TLS Authentication. |
class | The implementation of the User in the SRP-6 protocol.
|
Classes implementing gnu.javax.crypto.key.IKeyAgreementParty | |
class | A base abstract class to facilitate implementations of concrete key agreement
protocol handlers.
|
Methods with return type gnu.javax.crypto.key.IKeyAgreementParty | |
IKeyAgreementParty | Returns an instance of a key agreeent protocol handler, for party
A in a two-party A..B exchange, given the
canonical name of this protocol. |
IKeyAgreementParty | Returns an instance of a key agreeent protocol handler, for party
B in a two-party A..B exchange, given the
canonical name of this protocol.
|
Classes implementing gnu.javax.crypto.key.IKeyAgreementParty | |
class | The basic version of the Diffie-Hellman key agreement is described in the
Handbook of Applied Cryptography [HAC] as follows:
|
class | This implementation is the receiver's part of the basic version of the
Diffie-Hellman key agreement exchange (B in [HAC]).
|
class | This implementation is the sender's part of the basic version of the
Diffie-Hellman key agreement exchange (A in [HAC]).
|
class | The ElGamal key agreement, also known as the half-certified Diffie-Hellman
key agreement, is described in the Handbook of Applied Cryptography [HAC] as
follows:
|
class | This implementation is the receiver's part of the ElGamal key agreement
exchange (B in [HAC]).
|
class | This implementation is the sender's part of the ElGamal key agreement
exchange (A in [HAC]).
|