javax.crypto

Class IllegalBlockSizeException

public class IllegalBlockSizeException extends 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.
Constructor Summary
IllegalBlockSizeException()
IllegalBlockSizeException(String message)

Constructor Detail

IllegalBlockSizeException

public IllegalBlockSizeException()

IllegalBlockSizeException

public IllegalBlockSizeException(String message)