Struct authenticode_parser::Certificate
source · #[repr(transparent)]pub struct Certificate<'a>(_);
Expand description
Authenticode certificate.
Implementations§
source§impl Certificate<'_>
impl Certificate<'_>
sourcepub fn sig_alg_oid(&self) -> Option<&[u8]>
pub fn sig_alg_oid(&self) -> Option<&[u8]>
OID of the signature algorithm.
sourcepub fn not_before(&self) -> i64
pub fn not_before(&self) -> i64
NotBefore
validity.
sourcepub fn issuer_attrs(&self) -> Attributes<'_>
pub fn issuer_attrs(&self) -> Attributes<'_>
Parsed X509 Attributes of Issuer.
sourcepub fn subject_attrs(&self) -> Attributes<'_>
pub fn subject_attrs(&self) -> Attributes<'_>
Parsed X509 Attributes of Subject.