scclib
Stable Cloud Computing C++ Library
|
Distinguished encoding rules (DER). More...
#include <string>
#include <iostream>
#include <vector>
#include <chrono>
#include <ctime>
#include <cstring>
#include <memory>
#include <crypto/bignum.h>
#include <crypto/secvec.h>
Go to the source code of this file.
Typedefs | |
using | scc::crypto::BasePtr = std::shared_ptr< DerBase > |
using | scc::crypto::oid_value = std::vector< uint32_t > |
Functions | |
std::ostream & | operator<< (std::ostream &, const scc::crypto::DerBase &) |
Print out base and all sub-elements. | |
std::ostream & | operator<< (std::ostream &, const scc::crypto::DerDocument &) |
Print out document. | |
std::ostream & | operator<< (std::ostream &, const std::vector< uint32_t > &) |
Print out object identifier. | |
Distinguished encoding rules (DER).
Definition in file der.h.