# File lib/nanite/security/encrypted_document.rb, line 42
    def decrypted_data(key, cert)
      @pkcs7.decrypt(key.raw_key, cert.raw_cert)
    end