[#PKCS12_SAFEBAG_create0_p8inf] = PKCS12_SAFEBAG_create0_p8inf :mrdocs: Create an unencrypted keyBag safeBag from PKCS#8 private key info. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG]* PKCS12_SAFEBAG_create0_p8inf(xref:PKCS8_PRIV_KEY_INFO.adoc[PKCS8_PRIV_KEY_INFO]* p8); ---- == Return Value New safeBag, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *p8* | Private key info to embed (ownership transfers to the safeBag on success). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#