Struct lief::pe::signature::attributes::MsSpcNestedSignature
pub struct MsSpcNestedSignature<'a> { /* private fields */ }
Expand description
Interface over the structure described by the OID 1.3.6.1.4.1.311.2.4.1
The internal structure is not documented but we can infer the following structure:
MsSpcNestedSignature ::= SET OF SignedData
SignedData
is the structure described in PKCS #7 RFC
Implementations§
§impl MsSpcNestedSignature<'_>
impl MsSpcNestedSignature<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MsSpcNestedSignature<'a>
impl<'a> !Send for MsSpcNestedSignature<'a>
impl<'a> !Sync for MsSpcNestedSignature<'a>
impl<'a> Unpin for MsSpcNestedSignature<'a>
impl<'a> UnwindSafe for MsSpcNestedSignature<'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