All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.security.InvalidAlgorithmParameterException
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 InvalidAlgorithmParameterException(String msg)
public InvalidAlgorithmParameterException()
All Packages Class Hierarchy This Package Previous Next Index