Overload List

  NameDescription
Public methodDecryptFile(FileInfo, FileInfo, String, FileInfo)
Decrypts an PGP encrypted file using Private key file.
Public methodDecryptFile(String, KeyStore, String, String)
Decrypts a PGP encrypted file using Private key located inKeyStore.
Public methodDecryptFile(String, Stream, String, String)
Decrypts an OpenPGP encrypted file with a private key supplied as an input stream.
Public methodDecryptFile(String, String, String, String)
Decrypts a PGP encrypted file using Private key file.

See Also