Class InvalidSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.crypto.StreamException
org.bouncycastle.crypto.InvalidSignatureException
- All Implemented Interfaces:
Serializable
Exception thrown when something unexpected is encountered in verifying a signature.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBase constructor.InvalidSignatureException(String msg, Throwable cause) Constructor when this exception is due to another one. -
Method Summary
Methods inherited from class StreamException
getCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSignatureException
Base constructor.- Parameters:
msg- a message concerning the exception.
-
InvalidSignatureException
-