commit | 04e2cd6fb7d9bd66f734fa182f261c4a99bffc7c | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Nov 20 19:11:27 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Nov 20 19:11:27 2013 -0800 |
tree | ecef9eeb4d7af97b7fff9a662c48b13b215af416 | |
parent | b8b6758dac7d52f023cd79152440d9779ede8258 [diff] |
security: Add comment that the default IdentityCertificate copy constructor works.
diff --git a/include/ndn-cpp/security/certificate/identity-certificate.hpp b/include/ndn-cpp/security/certificate/identity-certificate.hpp index 7ce95f9..f2b585f 100644 --- a/include/ndn-cpp/security/certificate/identity-certificate.hpp +++ b/include/ndn-cpp/security/certificate/identity-certificate.hpp
@@ -23,6 +23,8 @@ { } + // Note: The copy constructor works because publicKeyName_ has a copy constructor. + /** * Create an IdentityCertificate from the content in the data packet. * @param data The data packet with the content to decode.