- java.lang.Object
-
- javax.crypto.Cipher
-
- javax.crypto.NullCipher
-
public class NullCipher extends Cipher
NullCipher类是提供“身份密码”的类,不会转换纯文本。 因此,密文与明文相同。 所有初始化方法都不执行,而blockize设置为1个字节。- 从以下版本开始:
- 1.4
-
-
Field Summary
-
Fields inherited from class javax.crypto.Cipher
DECRYPT_MODE, ENCRYPT_MODE, PRIVATE_KEY, PUBLIC_KEY, SECRET_KEY, UNWRAP_MODE, WRAP_MODE
-
-
构造方法摘要
构造方法 Constructor 描述 NullCipher()
创建一个NullCipher对象。
-
方法摘要
-
Methods inherited from class 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, updateAAD, updateAAD, updateAAD, wrap
-
-