JavaTM 2 Platform
Standard Ed. 6

javax.crypto.spec
類別 PSource

java.lang.Object
  繼承者 javax.crypto.spec.PSource
直接已知子類別:
PSource.PSpecified

public class PSource
extends Object

此類別為在 OAEP 冗余中的編碼輸入 P 指定源,OAEP 冗余在 PKCS #1 標準中定義。

 PKCS1PSourceAlgorithms    ALGORITHM-IDENTIFIER ::= {
   { OID id-pSpecified PARAMETERS OCTET STRING },
   ...  -- Allows for future expansion --
 }
 

從以下版本開始:
1.5

巢狀類別摘要
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
 

建構子詳細資訊

PSource

protected PSource(String pSrcName)
使用指定的 PSource 演算法為 PKCS #1 標準中定義的 OAEP 冗余建構一個編碼輸入 P 的源。

參數:
pSrcName - 編碼輸入 P 的源的演算法。
拋出:
NullPointerException - 如果 pSrcName 為 null。
方法詳細資訊

getAlgorithm

public String getAlgorithm()
返回 PSource 演算法名稱。

返回:
PSource 演算法名稱。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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