Struct SolidSyslogOpenSslAesGcmPolicyConfig¶
ClassList > SolidSyslogOpenSslAesGcmPolicyConfig
Supplies the key SolidSyslogOpenSslAesGcmPolicy seals and opens with.
#include <SolidSyslogOpenSslAesGcmPolicy.h>
Public Attributes¶
| Type | Name |
|---|---|
| SolidSyslogKeyFunction | GetKey Fetches the 32-byte AES-256 key on demand; required. |
| void * | KeyContext Passed back to GetKey unchanged; NULL is fine. |
Public Attributes Documentation¶
variable GetKey¶
Fetches the 32-byte AES-256 key on demand; required.
A key that is unavailable or not exactly 32 bytes fails the seal/open closed.
variable KeyContext¶
Passed back to GetKey unchanged; NULL is fine.
The documentation for this class was generated from the following file Platform/OpenSsl/Interface/SolidSyslogOpenSslAesGcmPolicy.h