Pkcs7RecipientInfo Struct Reference
Recipient information. More...
#include <pkcs7_common.h>
Data Fields | |
| int32_t | version |
| Pkcs7IssuerAndSerialNumber | issuerAndSerialNumber |
| X509AlgoId | keyEncryptionAlgo |
| X509OctetString | encryptedKey |
Detailed Description
Recipient information.
Definition at line 291 of file pkcs7_common.h.
Field Documentation
◆ encryptedKey
| X509OctetString encryptedKey |
Definition at line 296 of file pkcs7_common.h.
◆ issuerAndSerialNumber
| Pkcs7IssuerAndSerialNumber issuerAndSerialNumber |
Definition at line 294 of file pkcs7_common.h.
◆ keyEncryptionAlgo
| X509AlgoId keyEncryptionAlgo |
Definition at line 295 of file pkcs7_common.h.
◆ version
| int32_t version |
Definition at line 293 of file pkcs7_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkcs7/pkcs7_common.h
