JavaTM 2 Platform
Standard Ed. 6

软件包 javax.crypto.spec
的使用

使用 javax.crypto.spec 的软件包
javax.crypto.interfaces 根据 RSA Laboratories' PKCS #3 的定义,提供 Diffie-Hellman 密钥接口。 
javax.crypto.spec 为密钥规范和算法参数规范提供类和接口。 
 

javax.crypto.interfaces 使用的 javax.crypto.spec 中的类
DHParameterSpec
          此类指定随同 Diffie-Hellman 算法使用的参数集合,该算法在 PKCS #3:Diffie-Hellman Key-Agreement Standard 中指定。
 

javax.crypto.spec 使用的 javax.crypto.spec 中的类
OAEPParameterSpec
          此类指定随同 OAEP 冗余使用的参数集合,OAEP 冗余在 PKCS #1 标准中定义。
PSource
          此类为在 OAEP 冗余中的编码输入 P 指定源,OAEP 冗余在 PKCS #1 标准中定义。
PSource.PSpecified
          此类用于显式地指定 OAEP 冗余中编码输入 P 的值。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only