Skip to content

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.

SolidSyslogKeyFunction SolidSyslogOpenSslAesGcmPolicyConfig::GetKey;

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.

void* SolidSyslogOpenSslAesGcmPolicyConfig::KeyContext;



The documentation for this class was generated from the following file Platform/OpenSsl/Interface/SolidSyslogOpenSslAesGcmPolicy.h