com.didisoft.pgp.exceptions
Class FileIsPBEEncryptedException
java.lang.Object
org.bouncycastle.openpgp.PGPException
com.didisoft.pgp.PGPException
com.didisoft.pgp.exceptions.FileIsPBEEncryptedException
public class FileIsPBEEncryptedException
- extends PGPException
Exception that indicates that a file is encrypted with a password (PBE, password based encryption).
This exception is thrown when we want to decrypt a password encrypted file with a private key.
- Since:
- 2.5.8
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileIsPBEEncryptedException
public FileIsPBEEncryptedException(java.lang.String message)
FileIsPBEEncryptedException
public FileIsPBEEncryptedException(java.lang.String message,
java.lang.Exception underlying)
Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.