Class InvalidCipherTextIOException

  • All Implemented Interfaces:
    Serializable

    public class InvalidCipherTextIOException
    extends CipherIOException
    IOException wrapper around an exception indicating an invalid ciphertext, such as in authentication failure during finalisation of an AEAD cipher. For use in streams that need to expose invalid ciphertext errors.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCipherTextIOException

        public InvalidCipherTextIOException​(String message,
                                            Throwable cause)