pub unsafe extern "C" fn s2n_cert_chain_and_key_get_private_key(
    cert_and_key: *mut s2n_cert_chain_and_key
) -> *mut s2n_cert_private_key
Expand description

Get the private key from the s2n_cert_chain_and_key object.

@param cert_and_key The certificate chain and private key handle @returns A pointer to the s2n_cert_private_key