Class javax.crypto.IllegalBlockSizeException
All Packages Class Hierarchy This Package Previous Next Index
Class javax.crypto.IllegalBlockSizeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----au.net.aba.security.GeneralSecurityException
|
+----javax.crypto.IllegalBlockSizeException
- public class IllegalBlockSizeException
- extends GeneralSecurityException
This exception is thrown when an incorrect block size is processed
through a cipher.
-
ident
-
-
IllegalBlockSizeException()
-
-
IllegalBlockSizeException(String)
-
ident
public final static String ident
IllegalBlockSizeException
public IllegalBlockSizeException()
IllegalBlockSizeException
public IllegalBlockSizeException(String string)
All Packages Class Hierarchy This Package Previous Next Index