![]() |
Zero Trust IoT library
|
#include <string>
#include <ctime>
#include <unordered_set>
#include <cryptopp/rsa.h>
#include <cryptopp/base64.h>
Go to the source code of this file.
Data Structures | |
class | CertificateAuthority |
Issues and signs certificates for Zero Trust identity validation. More... | |
class | ZtPolicyEngineWithCert |
Simulates a Zero Trust policy engine that enforces access control using certificates. More... | |