Struct authenticode_parser::Signer
source · #[repr(transparent)]pub struct Signer<'a>(_);
Expand description
Represents SignerInfo
structure.
Implementations§
source§impl Signer<'_>
impl Signer<'_>
sourcepub fn digest_alg(&self) -> Option<&[u8]>
pub fn digest_alg(&self) -> Option<&[u8]>
Name of the digest algorithm.
sourcepub fn program_name(&self) -> Option<&[u8]>
pub fn program_name(&self) -> Option<&[u8]>
Program name stored in SpcOpusInfo
structure of Authenticode */
sourcepub fn certificate_chain(&self) -> &[Certificate<'_>]
pub fn certificate_chain(&self) -> &[Certificate<'_>]
Certificate chain of the signer