Struct p12::EncryptedData [−][src]
pub struct EncryptedData {
pub encrypted_content_info: EncryptedContentInfo,
}Fields
encrypted_content_info: EncryptedContentInfoImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EncryptedData
impl Send for EncryptedData
impl Sync for EncryptedData
impl Unpin for EncryptedData
impl UnwindSafe for EncryptedData
Blanket Implementations
Mutably borrows from an owned value. Read more