Home » openjdk-7 » javax » crypto » [javadoc | source]
javax.crypto
final class: NullCipherImpl [javadoc | source]
java.lang.Object
   javax.crypto.CipherSpi
      javax.crypto.NullCipherImpl
Implementation of the identity cipher.
Constructor:
 NullCipherImpl() 
Method from javax.crypto.NullCipherImpl Summary:
engineDoFinal,   engineDoFinal,   engineGetBlockSize,   engineGetIV,   engineGetOutputSize,   engineGetParameters,   engineInit,   engineInit,   engineInit,   engineSetMode,   engineSetPadding,   engineUpdate,   engineUpdate
Methods from javax.crypto.CipherSpi:
engineDoFinal,   engineDoFinal,   engineDoFinal,   engineGetBlockSize,   engineGetIV,   engineGetKeySize,   engineGetOutputSize,   engineGetParameters,   engineInit,   engineInit,   engineInit,   engineSetMode,   engineSetPadding,   engineUnwrap,   engineUpdate,   engineUpdate,   engineUpdate,   engineUpdateAAD,   engineUpdateAAD,   engineWrap,   getTempArraySize
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.crypto.NullCipherImpl Detail:
 protected byte[] engineDoFinal(byte[] input,
    int inputOffset,
    int inputLen) 
 protected int engineDoFinal(byte[] input,
    int inputOffset,
    int inputLen,
    byte[] output,
    int outputOffset) throws ShortBufferException 
 protected int engineGetBlockSize() 
 protected byte[] engineGetIV() 
 protected int engineGetOutputSize(int inputLen) 
 protected AlgorithmParameters engineGetParameters() 
 protected  void engineInit(int mode,
    Key key,
    SecureRandom random) 
 protected  void engineInit(int mode,
    Key key,
    AlgorithmParameterSpec spec,
    SecureRandom random) 
 protected  void engineInit(int mode,
    Key key,
    AlgorithmParameters params,
    SecureRandom random) 
 protected  void engineSetMode(String mode) 
 protected  void engineSetPadding(String padding) 
 protected byte[] engineUpdate(byte[] input,
    int inputOffset,
    int inputLen) 
 protected int engineUpdate(byte[] input,
    int inputOffset,
    int inputLen,
    byte[] output,
    int outputOffset) throws ShortBufferException