1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
10 #include "XMLEncryption.hxx"
12 using namespace css::uno
;
13 using namespace css::lang
;
14 using namespace css::xml::crypto
;
16 XMLEncryptionGpg::XMLEncryptionGpg() {
19 XMLEncryptionGpg::~XMLEncryptionGpg() {
23 Reference
< XXMLEncryptionTemplate
> SAL_CALL
XMLEncryptionGpg::encrypt(const Reference
< XXMLEncryptionTemplate
>& /*aTemplate*/,
24 const Reference
< XSecurityEnvironment
>& /*aEnvironment*/)
30 Reference
< XXMLEncryptionTemplate
> SAL_CALL
XMLEncryptionGpg::decrypt(const Reference
< XXMLEncryptionTemplate
>& /*aTemplate*/,
31 const Reference
< XXMLSecurityContext
>& /*aSecurityCtx*/)
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */