Aleks,
For large files it is recommended to use the file based services. The string-based services run the entire file through the JVM which is not efficient since the PGP sign/encrypt is being done in an external process.
pub.openpgp.encrypt works on strings, pub.openpgp.encryptFile works on files.
– Tim
#Integration-Server-and-ESB#webMethods