Liking cljdoc? Tell your friends :D

javax.crypto.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.
raw docstring

->illegal-block-size-exceptionclj

(->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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close