com.didisoft.pgp.exceptions
Class FileIsPBEEncryptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lw.bouncycastle.openpgp.PGPException
              extended by com.didisoft.pgp.PGPException
                  extended by com.didisoft.pgp.exceptions.FileIsPBEEncryptedException
All Implemented Interfaces:
java.io.Serializable

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
See Also:
Serialized Form

Constructor Summary
FileIsPBEEncryptedException(java.lang.String message)
           
FileIsPBEEncryptedException(java.lang.String message, java.lang.Exception underlying)
           
 
Method Summary
 
Methods inherited from class lw.bouncycastle.openpgp.PGPException
getCause, getUnderlyingException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileIsPBEEncryptedException

public FileIsPBEEncryptedException(java.lang.String message)

FileIsPBEEncryptedException

public FileIsPBEEncryptedException(java.lang.String message,
                                   java.lang.Exception underlying)


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