MCPcopy Create free account
hub / github.com/RustCrypto/formats / encrypted_data_content.rs

File encrypted_data_content.rs

pkcs7/src/encrypted_data_content.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! `encrypted-data` content type [RFC 5652 § 8](https://datatracker.ietf.org/doc/html/rfc5652#section-8)
2
3use crate::enveloped_data_content::EncryptedContentInfo;
4use der::{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected