Package org.bouncycastle.crypto.engines
Class CramerShoupCoreEngine.CramerShoupCiphertextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.crypto.engines.CramerShoupCoreEngine.CramerShoupCiphertextException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CramerShoupCoreEngine
public static class CramerShoupCoreEngine.CramerShoupCiphertextException extends Exception
CS exception for wrong cipher-texts- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CramerShoupCiphertextException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CramerShoupCiphertextException
public CramerShoupCiphertextException(String msg)
-
-