Uses of Interface
javax.crypto.interfaces.DHKey
| Package | Description | 
|---|---|
| javax.crypto.interfaces | Provides interfaces for Diffie-Hellman keys as defined in RSA
 Laboratories' PKCS #3. | 
- 
Uses of DHKey in javax.crypto.interfacesSubinterfaces of DHKey in javax.crypto.interfaces Modifier and Type Interface Description interfaceDHPrivateKeyThe interface to a Diffie-Hellman private key.interfaceDHPublicKeyThe interface to a Diffie-Hellman public key.