PKCS12_SAFEBAG_get0_safes

Retrieve the nested safeBags from a safeContentsBag.

Synopsis

Declared in <openssl/pkcs12.h>

stack_st_PKCS12_SAFEBAG const*
PKCS12_SAFEBAG_get0_safes(PKCS12_SAFEBAG const* bag);

Return Value

Stack of nested safeBags, or NULL on error.

Parameters

NameDescription
bagSafeBag of type safeContentsBag.