Return a non‐owning pointer to a recipient info's key‐encryption algorithm.
Synopsis
Declared in <openssl/pkcs7.h>
void
PKCS7_RECIP_INFO_get0_alg(
PKCS7_RECIP_INFO* ri,
X509_ALGOR** penc);
Return Value
a non‐owning pointer to a recipient info's key‐encryption algorithm.
Parameters
Name |
Description |
ri |
Recipient info to query. |
penc |
Destination for the key‐encryption AlgorithmIdentifier, or NULL. |
Created with MrDocs