22 #ifndef NDN_SECURITY_SIGNATURE_SHA256_WITH_ECDSA_HPP 23 #define NDN_SECURITY_SIGNATURE_SHA256_WITH_ECDSA_HPP 25 #include "../signature.hpp" 57 #endif // NDN_SECURITY_SIGNATURE_SHA256_WITH_ECDSA_HPP Copyright (c) 2013-2017 Regents of the University of California.
Represents a signature of Sha256WithEcdsa type.
SignatureSha256WithEcdsa(const KeyLocator &keyLocator=KeyLocator())
Create Sha256WithEcdsa signature with specified KeyLocator.
Holds SignatureInfo and SignatureValue in a Data packet.