Struct lief::pe::signature::content_info::PKCS9TSTInfo
pub struct PKCS9TSTInfo<'a> { /* private fields */ }
Trait Implementations§
§impl ContentTrait for PKCS9TSTInfo<'_>
impl ContentTrait for PKCS9TSTInfo<'_>
§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 PKCS9TSTInfo<'a>
impl<'a> !Send for PKCS9TSTInfo<'a>
impl<'a> !Sync for PKCS9TSTInfo<'a>
impl<'a> Unpin for PKCS9TSTInfo<'a>
impl<'a> UnwindSafe for PKCS9TSTInfo<'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