javax.crypto
Class IllegalBlockSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.IllegalBlockSizeException
- All Implemented Interfaces:
- java.io.Serializable
- public class IllegalBlockSizeException
- extends java.security.GeneralSecurityException
This exception is thrown when finishing encryption without padding or
decryption and the input is not a multiple of the cipher's block
size.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serialization constant.
- See Also:
- Constant Field Values
IllegalBlockSizeException
public IllegalBlockSizeException()
IllegalBlockSizeException
public IllegalBlockSizeException(java.lang.String message)