Struct authenticode_parser::Signer
source · pub struct Signer<'a>(/* private fields */);
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
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Signer<'a>
impl<'a> !Send for Signer<'a>
impl<'a> !Sync for Signer<'a>
impl<'a> Unpin for Signer<'a>
impl<'a> UnwindSafe for Signer<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more