| javax.crypto.interfaces |
|
| Java Source File Name | Type | Comment |
| DHKey.java | Interface | The interface for a Diffie-Hellman key. |
| DHPrivateKey.java | Interface | The interface for a private key in the Diffie-Hellman key exchange protocol. |
| DHPublicKey.java | Interface | The interface for a public key in the Diffie-Hellman key exchange protocol. |
| PBEKey.java | Interface | The interface to a password-based-encryption key. |