Package com.didisoft.pgp.exceptions

Custom Exceptions

See:
          Description

Class Summary
DetachedSignatureException Internal exception indicating that an OpenPGP file contains detached signature
FileIsEncryptedException Exception that indicates that a file is encrypted.
FileIsPBEEncryptedException Exception that indicates that a file is encrypted with a password (PBE, password based encryption).
IntegrityCheckException Exception that indicates that the data is corrupted.
KeyIsExpiredException Exception that indicates that a supplied key is expired.
KeyIsRevokedException Exception that indicates that a supplied key is revoked.
NonPGPDataException Exception that indicates that a supplied data is not a valid OpenPGP message.
NoPrivateKeyFoundException Exception that indicates that a private key has not been found in a supplied file/stream parameter.
NoPublicKeyFoundException Exception that indicates that a public key has not been found in a supplied file/stream parameter.
WrongPasswordException This exception indicates that we have supplied a wrong password for an OpenPGP private key.
WrongPrivateKeyException This exception indicates that we have supplied a wrong decryption private key for an OpenPGP archive.
 

Package com.didisoft.pgp.exceptions Description

Custom Exceptions

This package contains more meaningful exceptions that extend BouncyCastle PGPException



Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.