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.
(->illegal-block-size-exception)
(->illegal-block-size-exception msg)
Constructor.
Constructs an IllegalBlockSizeException with the specified detail message.
msg - the detail message. - java.lang.String
Constructor. Constructs an IllegalBlockSizeException with the specified detail message. msg - the detail message. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close