Uses of Class
kz.gamma.hardware.crypto.DataLengthException

Packages that use DataLengthException
kz.gamma.hardware.crypto   
kz.gamma.hardware.crypto.mode   
 

Uses of DataLengthException in kz.gamma.hardware.crypto
 

Methods in kz.gamma.hardware.crypto that throw DataLengthException
 int BufferedBlockCipher.doFinal(byte[] out, int outOff)
          Process the last block in the buffer.
 int BlockCipher.processBlock(byte[] in, int inOff, byte[] out, int outOff)
          Process one block of input from the array in and write it to the out array.
 int BufferedBlockCipher.processByte(byte in, byte[] out, int outOff)
          process a single byte, producing an output block if neccessary.
 int BufferedBlockCipher.processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)
          process an array of bytes, producing output if necessary.
 

Uses of DataLengthException in kz.gamma.hardware.crypto.mode
 

Methods in kz.gamma.hardware.crypto.mode that throw DataLengthException
 int CFBBlockCipher.decryptBlock(byte[] in, int inOff, byte[] out, int outOff)
          Do the appropriate processing for CFB mode decryption.
 int CFBBlockCipher.encryptBlock(byte[] in, int inOff, byte[] out, int outOff)
          Do the appropriate processing for CFB mode encryption.
 int CFBBlockCipher.processBlock(byte[] in, int inOff, byte[] out, int outOff)
          Process one block of input from the array in and write it to the out array.
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.