当前位置:在线查询网 > 在线百科全书查询 > java.security.interfaces

java.security.interfaces_在线百科全书查询


请输入要查询的词条内容:

java.security.interfaces


软件包 java.security.interfaces 的描述

提供的接口用于生成如 RSA Laboratory Technical Note PKCS#1 中所定义的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥,以及如 NIST 的 FIPS-186 中所定义的 DSA(数字签名算法)密钥。

注意,这些接口仅用于其密钥内容可访问且可用的密钥实现。这些接口仅用于其密钥内容位于不可访问的受保护存储设备(如位于硬件设备)中的密钥实现。

有关如何使用这些接口、包括如何为硬件设备设计 Key 类的更多开发人员的信息,请参考以下加密提供者开发人员指南:

How to Implement a Provider for the JavaTM Cryptography Architecture

How to Implement a Provider for the JavaTM Cryptography Extension

包规范

加密体系结构

PKCS #1:RSA 加密标准 1.5 版,1993 年 11 月

联邦信息处理标准出版物 (FIPS PUB) 186:数字签名标准 (DSS)

从以下版本开始:

JDK1.1

相关分词: java security interfaces