Uses of Class
com.didisoft.pgp.exceptions.FileIsEncryptedException

Packages that use FileIsEncryptedException
com.didisoft.pgp OpenPGP Library for Java 
 

Uses of FileIsEncryptedException in com.didisoft.pgp
 

Methods in com.didisoft.pgp that throw FileIsEncryptedException
 boolean PGPLib.decryptAndVerifyString(java.lang.String message, java.lang.String privateKeyFileName, java.lang.String privateKeyPassword, java.lang.String publicKeyFileName, java.lang.StringBuffer decryptedString)
          Decrypts and verifies an OpenPGP one pass signed end encrypted message.
 boolean PGPLib.verifyFile(java.lang.String dataFileName, KeyStore keyStore, java.lang.String outputFileName)
          Verifies the incoming file as being correctly signed.
 boolean PGPLib.verifyFile(java.lang.String dataFileName, java.lang.String publicKeyFileName)
          Verifies the incoming file as being correctly signed.
 boolean PGPLib.verifyFile(java.lang.String dataFileName, java.lang.String publicKeyFileName, java.lang.String outputFileName)
          Verifies the incoming file as being correctly signed.
 boolean PGPLib.verifyStream(java.io.InputStream dataFileStream, java.io.InputStream publicKeyStream)
          Verifies the incoming stream as being correctly signed.
 boolean PGPLib.verifyStream(java.io.InputStream dataFileStream, java.io.InputStream publicKeyStream, java.io.OutputStream outputFileStream)
          Verifies the incoming stream as being correctly signed.
 boolean PGPLib.verifyStream(java.io.InputStream dataFileStream, KeyStore keyStore, java.io.OutputStream outputFileStream)
          Verifies the incoming stream as being correctly signed.
 boolean PGPLib.verifyString(java.lang.String message, java.lang.String publicKeyFileName, java.lang.StringBuffer decryptedString)
          Verifies an OpenPGP signed only message.
 boolean PGPLib.verifyString(java.lang.String message, java.lang.String publicKeyFileName, java.lang.StringBuffer decryptedString, java.lang.String charsetName)
          Verifies an OpenPGP signed only message.
 



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