| 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.crypto.spec.PSource
public class PSource
此类为在 OAEP 冗余中的编码输入 P 指定源,OAEP 冗余在 PKCS #1 标准中定义。
 PKCS1PSourceAlgorithms    ALGORITHM-IDENTIFIER ::= {
   { OID id-pSpecified PARAMETERS OCTET STRING },
   ...  -- Allows for future expansion --
 }
 
| 嵌套类摘要 | |
|---|---|
static class | 
PSource.PSpecified
此类用于显式地指定 OAEP 冗余中编码输入 P 的值。  | 
| 构造方法摘要 | |
|---|---|
protected  | 
PSource(String pSrcName)
使用指定的 PSource 算法为 PKCS #1 标准中定义的 OAEP 冗余构造一个编码输入 P 的源。  | 
| 方法摘要 | |
|---|---|
 String | 
getAlgorithm()
返回 PSource 算法名称。  | 
| 从类 java.lang.Object 继承的方法 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| 构造方法详细信息 | 
|---|
protected PSource(String pSrcName)
pSrcName - 编码输入 P 的源的算法。
NullPointerException - 如果 pSrcName 为 null。| 方法详细信息 | 
|---|
public String getAlgorithm()
  | 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。