Aktualizr
C++ SOTA Client
Public Member Functions | Protected Attributes | List of all members
opcuabridge::Signature Class Reference
Collaboration diagram for opcuabridge::Signature:
[legend]

Public Member Functions

const std::string & getKeyid () const
 
void setKeyid (const std::string &keyid)
 
const SignatureMethod & getMethod () const
 
void setMethod (const SignatureMethod &method)
 
const HashgetHash () const
 
void setHash (const Hash &hash)
 
const std::string & getValue () const
 
void setValue (const std::string &value)
 
Json::Value wrapMessage () const
 
void unwrapMessage (Json::Value v)
 

Protected Attributes

std::string keyid_
 
SignatureMethod method_ {}
 
Hash hash_
 
std::string value_
 

Detailed Description

Definition at line 9 of file signature.h.


The documentation for this class was generated from the following file: