Bouncy Castle Cryptography Library 1.77.0

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:
java.io.Serializable
Enclosing class:
CramerShoupCoreEngine

public static class CramerShoupCoreEngine.CramerShoupCiphertextException
extends java.lang.Exception

CS exception for wrong cipher-texts

See Also:
Serialized Form

Constructor Summary
CramerShoupCoreEngine.CramerShoupCiphertextException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CramerShoupCoreEngine.CramerShoupCiphertextException

public CramerShoupCoreEngine.CramerShoupCiphertextException(java.lang.String msg)

Bouncy Castle Cryptography Library 1.77.0