| 1 | //! `encrypted-data` content type [RFC 5652 § 8](https://datatracker.ietf.org/doc/html/rfc5652#section-8) |
| 2 | |
| 3 | use crate::enveloped_data_content::EncryptedContentInfo; |
| 4 | use der::{ |
nothing calls this directly
no outgoing calls
no test coverage detected