From 452144160eb864984121d3fa883a12d40fbf7e47 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Sep 2013 13:49:37 +0100 Subject: Rename Encryption -> Signer; move some methods into it. --- src/encryption.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/encryption.h (limited to 'src/encryption.h') diff --git a/src/encryption.h b/src/encryption.h deleted file mode 100644 index b6d79b19..00000000 --- a/src/encryption.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - Copyright (C) 2013 Carl Hetherington - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -*/ - -#include -#include "certificates.h" - -namespace libdcp { - -class Encryption -{ -public: - Encryption (CertificateChain c, boost::filesystem::path k) - : certificates (c) - , signer_key (k) - {} - - CertificateChain certificates; - /** Filename of signer key */ - boost::filesystem::path signer_key; -}; - -} -- cgit v1.2.3