get_next_cert_key_pair_impl_helper

Function get_next_cert_key_pair_impl_helper 

pub unsafe fn get_next_cert_key_pair_impl_helper(
    configurator: *mut SSLContextConfigurator,
    index: &mut i32,
    is_valid: &mut bool,
    cert_encoding: &mut i32,
    cert_data: &mut Vec<u8>,
    chain_count: &mut i32,
    pkey_encoding: &mut i32,
    pkey_data: &mut Vec<u8>,
) -> bool
Expand description

Get next certificate/private key pair (returns via output parameters) Fills certificate data vectors with binary data and encoding information