com.didisoft.pgp.exceptions
Class FileIsEncryptedException

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPException
      extended by com.didisoft.pgp.PGPException
          extended by com.didisoft.pgp.exceptions.FileIsEncryptedException

public class FileIsEncryptedException
extends PGPException

Exception that indicates that a file is encrypted.

This exception is thrown when we want to verify that a file was not only signed but signed and encrypted.

Since:
2.5.5

Constructor Summary
FileIsEncryptedException(java.lang.String message)
           
FileIsEncryptedException(java.lang.String message, java.lang.Exception underlying)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIsEncryptedException

public FileIsEncryptedException(java.lang.String message)

FileIsEncryptedException

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


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