Return the safeBag type OID without copying it.
Synopsis
Declared in <openssl/pkcs12.h>
ASN1_OBJECT const*
PKCS12_SAFEBAG_get0_type(PKCS12_SAFEBAG const* bag);
Return Value
Internal safeBag type OID, or NULL if bag is NULL; do not free.
Parameters
Name |
Description |
bag |
SafeBag to query. |
Created with MrDocs