Synopsis

Declared in <openssl/pkcs12.h>

struct stack_st_PKCS12_SAFEBAG;

Non-Member Functions

Name

Description

PKCS12_SAFEBAG_get0_safes

Retrieve the nested safeBags from a safeContentsBag.

PKCS12_add_cert

Create a certBag safeBag and append it to a stack of safeBags.

PKCS12_add_key

Create a key safeBag and append it to a stack of safeBags.

PKCS12_add_key_ex

Create a key safeBag and append it to a stack of safeBags.

PKCS12_add_secret

Create a secretBag safeBag and append it to a stack of safeBags.

PKCS12_pack_p7data

Pack a stack of safeBags into a PKCS#7 data ContentInfo.

PKCS12_unpack_p7data

Unpack safeBags from a PKCS#7 data ContentInfo.

PKCS12_unpack_p7encdata

Unpack safeBags from a PKCS#7 encrypted‐data ContentInfo.

Created with MrDocs