Executes gpg with all corresponding options to encrypt and sign the given data and return them as ASCII amored text.
In use are the -esa and --always-trust, see gpg manual for more information.
@param data data to be encrypted @param encryptionKey encryption key to use @param signingKey signing key to use @return encrypted and signed data, null, if not possible @see de.tuclausthal.informatik.winf.mobileagents.security.CryptographicProvider#encryptAndSign
|
|