Engage Engine API
1.251.9091
|
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
virtual void | initForDocumenting () |
![]() | |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
bool | enabled |
[Optional, Default false] If true, requires FIPS140-2 crypto operation. | |
std::string | path |
Path where the crypto engine module is located | |
bool | debug |
[Optional, Default false] If true, requests the crypto engine module to run in debugging mode. | |
std::string | curves |
[Optional] Specifies the NIST-approved curves to be used for FIPS | |
std::string | ciphers |
[Optional] Specifies the NIST-approved ciphers to be used for FIPS | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Definition at line 605 of file ConfigurationObjects.h.
|
inline |
Definition at line 626 of file ConfigurationObjects.h.
|
inline |
Definition at line 631 of file ConfigurationObjects.h.
|
inlinevirtual |
Reimplemented from AppConfigurationObjects::ConfigurationObjectBase.
Definition at line 640 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::FipsCryptoSettings::ciphers |
[Optional] Specifies the NIST-approved ciphers to be used for FIPS
Definition at line 624 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::FipsCryptoSettings::curves |
[Optional] Specifies the NIST-approved curves to be used for FIPS
Definition at line 621 of file ConfigurationObjects.h.
bool AppConfigurationObjects::FipsCryptoSettings::debug |
[Optional, Default false] If true, requests the crypto engine module to run in debugging mode.
Definition at line 618 of file ConfigurationObjects.h.
bool AppConfigurationObjects::FipsCryptoSettings::enabled |
[Optional, Default false] If true, requires FIPS140-2 crypto operation.
Definition at line 612 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::FipsCryptoSettings::path |
Path where the crypto engine module is located
Definition at line 615 of file ConfigurationObjects.h.