LibreOffice Module xmlsecurity (master) 1
XMLEncryption.cxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#include "XMLEncryption.hxx"
11
12using namespace css::uno;
13using namespace css::lang;
14using namespace css::xml::wrapper;
15using namespace css::xml::crypto;
16
18}
19
21}
22
23/* XXMLEncryption */
24Reference< XXMLEncryptionTemplate > SAL_CALL XMLEncryptionGpg::encrypt(const Reference< XXMLEncryptionTemplate >& /*aTemplate*/,
25 const Reference< XSecurityEnvironment >& /*aEnvironment*/)
26{
27 return nullptr;
28}
29
30/* XXMLEncryption */
31Reference< XXMLEncryptionTemplate > SAL_CALL XMLEncryptionGpg::decrypt(const Reference< XXMLEncryptionTemplate >& /*aTemplate*/,
32 const Reference< XXMLSecurityContext >& /*aSecurityCtx*/)
33{
34 return nullptr;
35}
36
37/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual css::uno::Reference< css::xml::crypto::XXMLEncryptionTemplate > SAL_CALL decrypt(const css::uno::Reference< css::xml::crypto::XXMLEncryptionTemplate > &aTemplate, const css::uno::Reference< css::xml::crypto::XXMLSecurityContext > &aContext) override
virtual css::uno::Reference< css::xml::crypto::XXMLEncryptionTemplate > SAL_CALL encrypt(const css::uno::Reference< css::xml::crypto::XXMLEncryptionTemplate > &aTemplate, const css::uno::Reference< css::xml::crypto::XSecurityEnvironment > &aEnvironment) override
virtual ~XMLEncryptionGpg() override