Aktualizr
C++ SOTA Client
Public Member Functions | Static Public Member Functions | Friends | List of all members
Uptane::Role Class Reference

TUF Roles. More...

#include <tuf.h>

Public Member Functions

 Role (const std::string &)
 
std::string ToString () const
 
int ToInt () const
 
bool operator== (const Role &other) const
 
bool operator!= (const Role &other) const
 
bool operator< (const Role &other) const
 

Static Public Member Functions

static Role Root ()
 
static Role Snapshot ()
 
static Role Targets ()
 
static Role Timestamp ()
 
static Role InvalidRole ()
 
static std::vector< RoleRoles ()
 

Friends

std::ostream & operator<< (std::ostream &os, const Role &t)
 

Detailed Description

TUF Roles.

Definition at line 26 of file tuf.h.


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