Skip navigation links
Java™ Platform
Standard Ed. 8

Package java.security.interfaces

提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。

See: 描述

Package java.security.interfaces Description

提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。

请注意,这些接口仅适用于密钥实现,其密钥资料可访问和可用。 这些接口不适用于其密钥材料驻留在不可访问的受保护存储(如硬件设备)中的密钥实现。

有关如何使用这些界面的更多开发者信息,包括有关如何为硬件设备设计Key类的信息,请参阅这些加密提供程序开发人员指南:

包装规格

相关文档

有关进一步的文档,请参阅:
从以下版本开始:
JDK1.1
Skip navigation links
Java™ Platform
Standard Ed. 8

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.

本帮助文档是使用 《谷歌翻译》翻译,请与英文版配合使用