Type Alias X509_PKEY

Source
pub type X509_PKEY = private_key_st;

Aliased Type§

#[repr(C)]
pub struct X509_PKEY { pub version: i32, pub enc_algor: *mut X509_algor_st, pub enc_pkey: *mut asn1_string_st, pub dec_pkey: *mut evp_pkey_st, pub key_length: i32, pub key_data: *mut i8, pub key_free: i32, pub cipher: evp_cipher_info_st, }

Fields§

§version: i32§enc_algor: *mut X509_algor_st§enc_pkey: *mut asn1_string_st§dec_pkey: *mut evp_pkey_st§key_length: i32§key_data: *mut i8§key_free: i32§cipher: evp_cipher_info_st