Class BaseWrapCipher.InvalidKeyOrParametersException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.KeyException
-
- java.security.InvalidKeyException
-
- org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher.InvalidKeyOrParametersException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BaseWrapCipher
protected static class BaseWrapCipher.InvalidKeyOrParametersException extends InvalidKeyException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-