|
Open 3D Engine CertificateManager Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits CertificateManager::IDataSource, and Handler.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (FileDataSource, AZ::SystemAllocator, 0) | |
| bool | HasCertificateAuthority () const override |
| char * | RetrieveCertificateAuthority () override |
| bool | HasPrivateKey () const override |
| char * | RetrievePrivateKey () override |
| bool | HasPublicKey () const override |
| char * | RetrievePublicKey () override |
| void | ConfigureDataSource (const char *keyPath, const char *certPath, const char *caPath) override |
| void | ConfigurePrivateKey (const char *path) override |
| void | ConfigureCertificate (const char *path) override |
| void | ConfigureCertificateAuthority (const char *path) override |