Package javax.crypto.interfaces

Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.

See:

 

Interface Summary

DHKey The interface to a Diffie-Hellman key.
DHPrivateKey The interface to a Diffie-Hellman private key.
DHPublicKey The interface to a Diffie-Hellman public key.
PBEKey The interface to a PBE key.
 

 

Package javax.crypto.interfaces Description

Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.

 

Package Specification

  • PKCS #3: Diffie-Hellman Key-Agreement Standard, Version 1.4, November 1993.

Since:
JCE1.2