JavaTM 2 Platform
Standard Ed. 6

javax.crypto
類別 NullCipher

java.lang.Object
  繼承者 javax.crypto.Cipher
      繼承者 javax.crypto.NullCipher

public class NullCipher
extends Cipher

NullCipher 類別是一個提供“標識密碼”的類別,其不轉換純文本。因此,密碼文本與純文本相同。將塊大小設置為 1 個位元組時,所有初始化方法都不執行任何操作。

從以下版本開始:
1.4

欄位摘要
 
從類別 javax.crypto.Cipher 繼承的欄位
DECRYPT_MODE, ENCRYPT_MODE, PRIVATE_KEY, PUBLIC_KEY, SECRET_KEY, UNWRAP_MODE, WRAP_MODE
 
建構子摘要
NullCipher()
           
 
方法摘要
 
從類別 javax.crypto.Cipher 繼承的方法
doFinal, doFinal, doFinal, doFinal, doFinal, doFinal, doFinal, getAlgorithm, getBlockSize, getExemptionMechanism, getInstance, getInstance, getInstance, getIV, getMaxAllowedKeyLength, getMaxAllowedParameterSpec, getOutputSize, getParameters, getProvider, init, init, init, init, init, init, init, init, unwrap, update, update, update, update, update, wrap
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

NullCipher

public NullCipher()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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