uthenticode
2.0.1-19005f0
|
#include <uthenticode.h>
Public Member Functions | |
WinCert (certificate_revision revision, certificate_type type, std::vector< std::uint8_t > cert_buf) | |
std::size_t | get_length () const |
certificate_revision | get_revision () const |
certificate_type | get_type () const |
std::optional< SignedData > | as_signed_data () const |
Encapsulates the data in a WIN_CERT
structure.
WIN_CERT
structures can contain several different underlying container formats; this class provides accessors (like as_signed_data()) for retrieving supported ones.
|
inline |
std::optional< SignedData > uthenticode::WinCert::as_signed_data | ( | ) | const |
std::nullopt
if the underlying data is not a SignedData
|
inline |
|
inline |
|
inline |