Package javax.crypto

Class IllegalBlockSizeException

All Implemented Interfaces:
Serializable

public class IllegalBlockSizeException
extends GeneralSecurityException
The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.
See Also:
Serialized Form
  • Constructor Details