|
scclib
Stable Cloud Computing C++ Library
|
X.509 and RSA certificates. More...
#include <map>#include <memory>#include <set>#include <system_error>#include <fstream>#include <algorithm>#include <crypto/der.h>#include <crypto/rsa.h>#include <crypto/ecc.h>#include <crypto/bignum.h>

Go to the source code of this file.
Typedefs | |
| using | scc::crypto::RDNPair = std::pair< oid_value, DirectoryString > |
| An x.509 relative distingushed name is a set of attribute / directory string names. More... | |
| using | scc::crypto::ExtBasePtr = std::shared_ptr< ExtBase > |
Functions | |
| std::ostream & | operator<< (std::ostream &, const scc::crypto::X509Cert &) |
| std::ostream & | operator<< (std::ostream &, const scc::crypto::KeyAlgoType &) |
| std::ostream & | operator<< (std::ostream &, const scc::crypto::X509SignatureAlgo &) |
X.509 and RSA certificates.
Definition in file cert.h.