Struct lief::pe::signature::content_info::SpcIndirectData
pub struct SpcIndirectData<'a> { /* private fields */ }
Implementations§
§impl SpcIndirectData<'_>
impl SpcIndirectData<'_>
pub fn file(&self) -> String
pub fn digest_algorithm(&self) -> Algorithms
pub fn digest_algorithm(&self) -> Algorithms
Digest used to hash the file
Trait Implementations§
§impl ContentTrait for SpcIndirectData<'_>
impl ContentTrait for SpcIndirectData<'_>
§fn content_type(&self) -> String
fn content_type(&self) -> String
Return the OID that describes this content info.
In the case of the PE authenticode, it should return
SPC_INDIRECT_DATA_OBJID (1.3.6.1.4.1.311.2.1.4)
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SpcIndirectData<'a>
impl<'a> !Send for SpcIndirectData<'a>
impl<'a> !Sync for SpcIndirectData<'a>
impl<'a> Unpin for SpcIndirectData<'a>
impl<'a> UnwindSafe for SpcIndirectData<'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