Struct openssl::pkcs12::ParsedPkcs12
source · pub struct ParsedPkcs12 {
pub pkey: PKey<Private>,
pub cert: X509,
pub chain: Option<Stack<X509>>,
}
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
Fields§
§pkey: PKey<Private>
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
§cert: X509
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
§chain: Option<Stack<X509>>
👎Deprecated since 0.10.46: Use ParsedPkcs12_2 instead
Auto Trait Implementations§
impl RefUnwindSafe for ParsedPkcs12
impl Send for ParsedPkcs12
impl Sync for ParsedPkcs12
impl Unpin for ParsedPkcs12
impl UnwindSafe for ParsedPkcs12
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