Struct authenticode_parser::Authenticode
source · #[repr(transparent)]pub struct Authenticode<'a>(_);
Expand description
Authenticode signature.
Implementations§
source§impl Authenticode<'_>
impl Authenticode<'_>
sourcepub fn verify_flags(&self) -> Option<AuthenticodeVerify>
pub fn verify_flags(&self) -> Option<AuthenticodeVerify>
Flags related to verification.
sourcepub fn digest_alg(&self) -> Option<&[u8]>
pub fn digest_alg(&self) -> Option<&[u8]>
Name of the digest algorithm.
sourcepub fn file_digest(&self) -> Option<&[u8]>
pub fn file_digest(&self) -> Option<&[u8]>
Actual calculated file digest.
sourcepub fn certs(&self) -> &[Certificate<'_>]
pub fn certs(&self) -> &[Certificate<'_>]
All certificates in the Signature.
This includes the ones in timestamp countersignatures.
sourcepub fn countersigs(&self) -> &[Countersignature<'_>]
pub fn countersigs(&self) -> &[Countersignature<'_>]
Timestamp countersignatures.