| Package | Description |
|---|---|
| com.entrust.toolkit.roaming.speke |
Contains classes that implement the simple password-authenticated
exponential key exchange (SPEKE) protocol — required for the implementation of
Entrust Authority Roaming Server.
|
| iaik.security.dh |
| Class and Description |
|---|
| DHKeyAgreement
This class extends
javax.crypto.KeyAgreementSpi for providing the
functionality of a Diffie Hellman key agreement as specified by
PKCS#3. |
| Class and Description |
|---|
| DHParameterGenerator
This class implements an AlgorithmParameterGenerator that generates parameters
for key-agreement according to the Diffie-Hellman protocol.
|
| DHParameters
This class represents Diffie Hellman paramters in opaque form and may be used
for generating opaque DH parameters and converting them between various formats.
|
| ESDHParameterSpec
Diffie Hellman parameter specification.
|
| ESDHPrivateKeySpec
Diffie Hellman private key specification.
|
| ESDHPublicKeySpec
Diffie Hellman public key specification.
|