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