diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-04 22:33:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-04 22:33:03 +0100 |
| commit | 4e2d5cca82d19246bd1ebf24bc9e2bf436232f83 (patch) | |
| tree | 36ee0cc32755fafd34cb0bbf168552b6b5d62459 /src/certificate_chain.h | |
| parent | 5de76e0ad3c6fc6e388350f3f046ea5e66f03baf (diff) | |
Add method to return a base-64 version of a whole CertificateChain.
Diffstat (limited to 'src/certificate_chain.h')
| -rw-r--r-- | src/certificate_chain.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/certificate_chain.h b/src/certificate_chain.h index 3a925373..ca259c08 100644 --- a/src/certificate_chain.h +++ b/src/certificate_chain.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -100,6 +100,8 @@ public: _key = k; } + std::string chain () const; + private: friend class ::certificates; |
