Class | Description |
---|---|
DHKeyAgreement |
This class extends
javax.crypto.KeyAgreementSpi for providing
the functionality of a Diffie-Hellman key agreement as specified by PKCS#3. |
DHKeyFactory |
This class converts Diffie Hellman keys (opaque representation) in their KeySpecs
(transparent representation) and vice versa.
|
DHKeyPairGenerator |
Key pair generator for DH keys to be used for Diffie Hellman key agreement.
|
DHParameterGenerator |
This class implements an AlgorithmParameterGenerator that generates
parameters for key-agreement according to the Diffie-Hellman protocol.
|
DHParameters |
This class represents Diffie Hellman parameters in opaque form and may be used
for generating opaque DH parameters and converting them between various formats.
|
DHPrivateKey |
This class implements a Diffie-Hellman private key and supports ASN.1
encoding.
|
DHPublicKey |
This class implements a Diffie-Hellman public key and supports ASN.1
encoding.
|