Struct authenticode_parser::Countersignature
source · #[repr(transparent)]pub struct Countersignature<'a>(_);
Expand description
Authenticode counter signature.
Implementations§
source§impl Countersignature<'_>
impl Countersignature<'_>
sourcepub fn verify_flags(&self) -> Option<CounterSignatureVerify>
pub fn verify_flags(&self) -> Option<CounterSignatureVerify>
Countersignature verify flags.
sourcepub fn digest_alg(&self) -> Option<&[u8]>
pub fn digest_alg(&self) -> Option<&[u8]>
Name of the digest algorithm.
sourcepub fn certificate_chain(&self) -> &[Certificate<'_>]
pub fn certificate_chain(&self) -> &[Certificate<'_>]
Certificate chain of the signer