Encrypts and signs data with the given keys.
If an error occurs, null is returned
@param data data to be signed and encrypted @param encryptionKey key to which should be encrypted @param signingKey key which should sign @return encrypted and signed data
|
|