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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DBadPaddingException.java38 public class BadPaddingException extends GeneralSecurityException { class in inherits:GeneralSecurityException
43 * Constructs a BadPaddingException with no detail
47 public BadPaddingException() { method in class:BadPaddingException
52 * Constructs a BadPaddingException with the specified
57 public BadPaddingException(String msg) { method in class:BadPaddingException

Completed in 38 milliseconds