All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.security.IllegalBlockSizeException
This is NOT the implementation from Sun. This class has been developed by IAIK according to the documentation publically available. Only the documentation from Sun has been inserted into the source files.
This exception is thrown when an incorrect block size is processed through a cipher.
public int blockSize
public int dataSize
public IllegalBlockSizeException(String msg)
public IllegalBlockSizeException(int blockSize,
int dataSize)
All Packages Class Hierarchy This Package Previous Next Index