JavaTM 2 Platform
Standard Ed. 6

javax.crypto.spec
類別 PSource.PSpecified

java.lang.Object
  繼承者 javax.crypto.spec.PSource
      繼承者 javax.crypto.spec.PSource.PSpecified
正在封閉類別:
PSource

public static final class PSource.PSpecified
extends PSource

此類別用於顯式地指定 OAEP 冗余中編碼輸入 P 的值。

從以下版本開始:
1.5

巢狀類別摘要
 
從類別 javax.crypto.spec.PSource 繼承的巢狀類別/介面
PSource.PSpecified
 
欄位摘要
static PSource.PSpecified DEFAULT
          其值與 byte[0] 相等的編碼輸入 P。
 
建構子摘要
PSource.PSpecified(byte[] p)
          將指定的值 p 作為編碼輸入 P 顯式地建構源。
 
方法摘要
 byte[] getValue()
          返回編碼輸入 P 的值。
 
從類別 javax.crypto.spec.PSource 繼承的方法
getAlgorithm
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

DEFAULT

public static final PSource.PSpecified DEFAULT
其值與 byte[0] 相等的編碼輸入 P。

建構子詳細資訊

PSource.PSpecified

public PSource.PSpecified(byte[] p)
將指定的值 p 作為編碼輸入 P 顯式地建構源。 註:

參數:
p - 編碼輸入的值。複製該陣列的內容來防止後續修改。
拋出:
NullPointerException - 如果 q 為 null。
方法詳細資訊

getValue

public byte[] getValue()
返回編碼輸入 P 的值。

返回:
編碼輸入 P 的值。每次調用此方法都返回一個新陣列。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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