|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| const std::string & | getKeyid () const |
| void | setKeyid (const std::string &keyid) |
| const SignatureMethod & | getMethod () const |
| void | setMethod (const SignatureMethod &method) |
| const Hash & | getHash () 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_ |
Definition at line 9 of file signature.h.
1.8.14