Pkcs7AuthenticatedAttributes Struct Reference
Authenticated attributes. More...
#include <pkcs7_common.h>
Data Fields | |
| X509OctetString | raw |
| X509OctetString | contentType |
| X509OctetString | messageDigest |
| DateTime | signingTime |
| uint_t | numCustomAttributes |
| Pkcs7Attribute | customAttributes [PKCS7_MAX_CUSTOM_ATTRIBUTES] |
Detailed Description
Authenticated attributes.
Definition at line 236 of file pkcs7_common.h.
Field Documentation
◆ contentType
| X509OctetString contentType |
Definition at line 239 of file pkcs7_common.h.
◆ customAttributes
| Pkcs7Attribute customAttributes[PKCS7_MAX_CUSTOM_ATTRIBUTES] |
Definition at line 243 of file pkcs7_common.h.
◆ messageDigest
| X509OctetString messageDigest |
Definition at line 240 of file pkcs7_common.h.
◆ numCustomAttributes
| uint_t numCustomAttributes |
Definition at line 242 of file pkcs7_common.h.
◆ raw
| X509OctetString raw |
Definition at line 238 of file pkcs7_common.h.
◆ signingTime
| DateTime signingTime |
Definition at line 241 of file pkcs7_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkcs7/pkcs7_common.h
