javax.crypto
public class: BadPaddingException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.BadPaddingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AEADBadTagException
This exception is thrown when a particular padding mechanism is
expected for the input data but the data is not padded properly.
- author:
Gigi
- Ankney
- since:
1.4
-
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |