Class CipherIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.crypto.io.CipherIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCipherTextIOException

public class CipherIOException extends IOException
IOException wrapper around an exception indicating a problem with the use of a cipher.
See Also: