所有类
javax.crypto
类 NullCipher
java.lang.Object
javax.crypto.Cipher
javax.crypto.NullCipher
-
public class NullCipher
- extends Cipher
NullCipher 类是一个提供“标识密码”的类,其不转换纯文本。因此,密码文本与纯文本相同。将块大小设置为 1 个字节时,所有初始化方法都不执行任何操作。
-
从以下版本开始:
-
1.4
从类 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()
所有类