Retrieve the nested safeBags from a safeContentsBag.
Declared in <openssl/pkcs12.h>
stack_st_PKCS12_SAFEBAG const*
PKCS12_SAFEBAG_get0_safes(PKCS12_SAFEBAG const* bag);
Stack of nested safeBags, or NULL on error.
| Name | Description |
|---|---|
| bag | SafeBag of type safeContentsBag. |