Struct lief::pe::signature::attributes::PKCS9CounterSignature
pub struct PKCS9CounterSignature<'a> { /* private fields */ }
Expand description
Interface over the structure described by the OID 1.2.840.113549.1.9.6
(PKCS #9)
The internal structure is described in the RFC #2985: PKCS #9 - Selected Object Classes and Attribute Types Version 2.0
counterSignature ATTRIBUTE ::= {
WITH SYNTAX SignerInfo
ID pkcs-9-at-counterSignature
}
Implementations§
§impl PKCS9CounterSignature<'_>
impl PKCS9CounterSignature<'_>
pub fn signer(&self) -> SignerInfo<'_>
pub fn signer(&self) -> SignerInfo<'_>
SignerInfo as described in the RFC #2985
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PKCS9CounterSignature<'a>
impl<'a> !Send for PKCS9CounterSignature<'a>
impl<'a> !Sync for PKCS9CounterSignature<'a>
impl<'a> Unpin for PKCS9CounterSignature<'a>
impl<'a> UnwindSafe for PKCS9CounterSignature<'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