Searched defs:IllegalBlockSizeException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
H A DIllegalBlockSizeException.java26 public class IllegalBlockSizeException extends GeneralSecurityException { class in inherits:GeneralSecurityException
34 * Creates a new {@code IllegalBlockSizeException} with the specified
40 public IllegalBlockSizeException(String msg) { method in class:IllegalBlockSizeException
45 * Creates a new {@code IllegalBlockSizeException}.
47 public IllegalBlockSizeException() { method in class:IllegalBlockSizeException

Completed in 56 milliseconds