Package org.bouncycastle.cms
Class CMSSignerDigestMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cms.CMSException
-
- org.bouncycastle.cms.CMSSignerDigestMismatchException
-
- All Implemented Interfaces:
Serializable
public class CMSSignerDigestMismatchException extends CMSException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSSignerDigestMismatchException(String msg)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.CMSException
getCause, getUnderlyingException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CMSSignerDigestMismatchException
public CMSSignerDigestMismatchException(String msg)
-
-