|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.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。