26 static_assert(std::is_base_of<tlv::Error, Signature::Error>::value,
    27               "Signature::Error must inherit from tlv::Error");
 
Represents a SignatureInfo TLV element. 
void setInfo(const Block &info)
Decode SignatureInfo from wire format. 
Represents a TLV element of NDN packet format. 
tlv::SignatureTypeValue getType() const
Get SignatureType. 
void setValue(const Block &value)
Set SignatureValue. 
int32_t getSignatureType() const
Get SignatureType. 
SignatureTypeValue
SignatureType values. 
uint32_t type() const
Return the TLV-TYPE of the Block.