IllegalBlockSizeException

This exception is thrown when the length of data provided to a block cipher is incorrect, (i.e. does not match the block size of the cipher.)

This exception is thrown when the length of data provided to a block cipher is incorrect, (i.e. does not match the block size of the cipher.)

Constructors

Link copied to clipboard
expect constructor()
expect constructor(message: String?)
actual constructor()
actual constructor(message: String?)