接口 | 描述 |
---|---|
DHKey |
与Diffie-Hellman密钥的接口。
|
DHPrivateKey |
与Diffie-Hellman私钥的接口。
|
DHPublicKey |
与Diffie-Hellman公钥的接口。
|
PBEKey |
与PBE密钥的接口。
|
请注意,这些接口仅适用于密钥实现,其密钥资料可访问和可用。 这些接口不适用于其密钥材料驻留在不可访问的受保护存储(如硬件设备)中的密钥实现。
有关如何使用这些界面的更多开发者信息,包括有关如何为硬件设备设计Key
类的信息,请参阅加密提供程序开发人员指南:
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.