Uses of Interface
javax.crypto.interfaces.DHKey

Packages that use DHKey
iaik.security.dh   
javax.crypto.interfaces   
 

Uses of DHKey in iaik.security.dh
 

Classes in iaik.security.dh that implement DHKey
 class DHPrivateKey
          This class implements a Diffie Hellman private key and supports ASN.1 encoding.
 class DHPublicKey
          This class implements a Diffie Hellman public key and supports ASN.1 encoding.
 

Uses of DHKey in javax.crypto.interfaces
 

Subinterfaces of DHKey in javax.crypto.interfaces
 interface DHPrivateKey
          Interface to be implemented for supporting Diffie-Hellman private keys.
 interface DHPublicKey
          Interface to be implemented for supporting Diffie-Hellman public keys.