|
|
javax > javax.crypto > javax.crypto.nullcipher >
Class: javax.crypto.NullCipher java.lang.Object javax.crypto.Cipher javax.crypto.NullCipher
public class NullCipher extends Cipher
FIELDS:
CONSTRUCTORS:
METHODS:
INHERITED METHODS:
| getInstance(java.lang.String), getInstance(java.lang.String, java.lang.String), getInstance(java.lang.String, java.security.Provider), getProvider(), getAlgorithm(), getBlockSize(), getOutputSize(int), getIV(), getParameters(), getExemptionMechanism(), init(int, java.security.Key), init(int, java.security.Key, java.security.SecureRandom), init(int, java.security.Key, java.security.spec.AlgorithmParameterSpec), init(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom), init(int, java.security.Key, java.security.AlgorithmParameters), init(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom), init(int, java.security.cert.Certificate), init(int, java.security.cert.Certificate, java.security.SecureRandom), update(byte[]), update(byte[], int, int), update(byte[], int, int, byte[]), update(byte[], int, int, byte[], int), update(java.nio.ByteBuffer, java.nio.ByteBuffer), doFinal(), doFinal(byte[], int), doFinal(byte[]), doFinal(byte[], int, int), doFinal(byte[], int, int, byte[]), doFinal(byte[], int, int, byte[], int), doFinal(java.nio.ByteBuffer, java.nio.ByteBuffer), wrap(java.security.Key), unwrap(byte[], java.lang.String, int), getMaxAllowedKeyLength(java.lang.String), getMaxAllowedParameterSpec(java.lang.String), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|