libkazv
Loading...
Searching...
No Matches
Kazv::VerificationUtils Namespace Reference

Classes

struct  DeviceIdentity
 

Functions

bool isToDevice (const Event &e)
 
std::string typeOf (const Event &e)
 Get the type of the verification event.
 
bool hasTxnId (const Event &e)
 
std::string txnId (const Event &e)
 Get the transaction id of the verification event.
 
bool validateFormat (const Event &e)
 Validate the format of the verification event.
 

Function Documentation

◆ hasTxnId()

bool Kazv::VerificationUtils::hasTxnId ( const Event e)
Returns
iff the verification event has a transaction id.

◆ isToDevice()

bool Kazv::VerificationUtils::isToDevice ( const Event e)
Returns
iff the verification event is to device.

◆ txnId()

std::string Kazv::VerificationUtils::txnId ( const Event e)

Get the transaction id of the verification event.

◆ typeOf()

std::string Kazv::VerificationUtils::typeOf ( const Event e)

Get the type of the verification event.

◆ validateFormat()

bool Kazv::VerificationUtils::validateFormat ( const Event e)

Validate the format of the verification event.