Overload List

  NameDescription
Public methodEncryptFile(FileInfo, FileInfo, FileInfo)
OpenPGP encrypts given file using the first available public OpenPGP key from a key ring file
Public methodEncryptFile(String, String, String)
OpenPGP encrypts given file using the first available public PGP key from a key ring file
Public methodEncryptFile(FileInfo, FileInfo, FileInfo, Boolean)
OpenPGP encrypts given file using the first available public OpenPGP key from a key ring file
Public methodEncryptFile(String, String, String, Boolean)
OpenPGP encrypts given file using the first available public PGP key from a key ring file
Public methodEncryptFile(FileInfo, FileInfo, FileInfo, Boolean, Boolean)
PGP Encrypts given file using the first available Public PGP key from a Key ring file
Public methodEncryptFile(String, array<array<Byte>[]()[][]>[]()[][], String, Boolean, Boolean)
PGP Encrypts a file for miltiple recipients.
Public methodEncryptFile(String, Stream, String, Boolean, Boolean)
PGP Encrypts given file using the first available Public key from a Key ring input stream
Public methodEncryptFile(String, array<Stream>[]()[][], String, Boolean, Boolean)
PGP Encrypts a file for miltiple recipients.
Public methodEncryptFile(String, String, String, Boolean, Boolean)
OpenPGP Encrypts given file using the first available public PGP key from a Key ring file
Public methodEncryptFile(String, array<String>[]()[][], String, Boolean, Boolean)
PGP Encrypts a file for miltiple recipients.
Public methodEncryptFile(String, KeyStore, Int64, String, Boolean, Boolean)
PGP Encrypts given file using Public key from a KeyStore
Public methodEncryptFile(String, KeyStore, String, String, Boolean, Boolean)
PGP Encrypts given file using Public key from a Key store.
If more than one key exists with the specified userId, the first one is used.
Public methodEncryptFile(String, String, String, String, Boolean, Boolean) Obsolete.
PGP Encrypts given file using the first available Public PGP key from a Key ring file and a passphrase that can be used to decrypt the file if the private key is lost.

See Also