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 more