stack_st_PKCS12_SAFEBAG

Synopsis

Declared in <openssl/pkcs12.h>

struct stack_st_PKCS12_SAFEBAG;

Non-Member Functions

NameDescription
PKCS12_SAFEBAG_get0_safesRetrieve the nested safeBags from a safeContentsBag.
PKCS12_add_certCreate a certBag safeBag and append it to a stack of safeBags.
PKCS12_add_keyCreate a key safeBag and append it to a stack of safeBags.
PKCS12_add_key_exCreate a key safeBag and append it to a stack of safeBags.
PKCS12_add_secretCreate a secretBag safeBag and append it to a stack of safeBags.
PKCS12_pack_p7dataPack a stack of safeBags into a PKCS#7 data ContentInfo.
PKCS12_unpack_p7dataUnpack safeBags from a PKCS#7 data ContentInfo.
PKCS12_unpack_p7encdataUnpack safeBags from a PKCS#7 encrypted-data ContentInfo.