pub struct SignedAttributes { /* private fields */ }
Expand description
Represents the contents of a CMS SignedAttributes structure.
This is a high-level interface to the SignedAttributes ASN.1 type.
Implementations§
source§impl SignedAttributes
impl SignedAttributes
pub fn content_type(&self) -> &Oid
pub fn message_digest(&self) -> &[u8] ⓘ
pub fn signing_time(&self) -> Option<&DateTime<Utc>>
pub fn attributes(&self) -> &SignedAttributes
Trait Implementations§
source§impl Clone for SignedAttributes
impl Clone for SignedAttributes
source§fn clone(&self) -> SignedAttributes
fn clone(&self) -> SignedAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for SignedAttributes
impl Send for SignedAttributes
impl Sync for SignedAttributes
impl Unpin for SignedAttributes
impl UnwindSafe for SignedAttributes
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