| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 PSource 的软件包 | |
|---|---|
| javax.crypto.spec | 为密钥规范和算法参数规范提供类和接口。 | 
| javax.crypto.spec 中 PSource 的使用 | 
|---|
| javax.crypto.spec 中 PSource 的子类 | |
|---|---|
| static class | PSource.PSpecified此类用于显式地指定 OAEP 冗余中编码输入 P 的值。 | 
| 返回 PSource 的 javax.crypto.spec 中的方法 | |
|---|---|
|  PSource | OAEPParameterSpec.getPSource()返回编码输入 P 的源。 | 
| 参数类型为 PSource 的 javax.crypto.spec 中的构造方法 | |
|---|---|
| OAEPParameterSpec(String mdName,
                  String mgfName,
                  AlgorithmParameterSpec mgfSpec,
                  PSource pSrc)使用指定的信息摘要算法 mdName、掩码生成函数算法mgfName、掩码生成函数参数mgfSpec以及编码输入 P 源pSrc来为 PKCS #1 标准中定义的 OAEP 冗余构造一个参数集合。 | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。