javax.crypto.interfaces
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["\u003cp\u003eThis page provides an overview of interfaces related to cryptographic key management in Java.\u003c/p\u003e\n"],["\u003cp\u003eThe interfaces listed include DHKey, DHPrivateKey, DHPublicKey, and PBEKey, each serving a specific purpose in key exchange and encryption.\u003c/p\u003e\n"],["\u003cp\u003eDHKey, DHPrivateKey, and DHPublicKey are used in Diffie-Hellman key exchange, while PBEKey is used for password-based encryption.\u003c/p\u003e\n"]]],[],null,["# javax.crypto.interfaces\n\n### Interfaces\n\n|---------------------------------------------------------------------------------|------------------------------------------------|\n| [DHKey](../../../../reference/javax/crypto/interfaces/DHKey.html) | The interface to a Diffie-Hellman key. |\n| [DHPrivateKey](../../../../reference/javax/crypto/interfaces/DHPrivateKey.html) | The interface to a Diffie-Hellman private key. |\n| [DHPublicKey](../../../../reference/javax/crypto/interfaces/DHPublicKey.html) | The interface to a Diffie-Hellman public key. |\n| [PBEKey](../../../../reference/javax/crypto/interfaces/PBEKey.html) | The interface to a PBE key. |"]]