Class MissingDecryptionMethodException

  • All Implemented Interfaces:
    Serializable

    public class MissingDecryptionMethodException
    extends org.bouncycastle.openpgp.PGPException
    Exception that is thrown when decryption fails due to a missing decryption key or decryption passphrase. This can happen when the user does not provide the right set of keys / the right password when decrypting a message.
    See Also:
    Serialized Form