Open 3D Engine CertificateManager Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
CertificateManager::FileDataSource Class Reference

Inherits CertificateManager::IDataSource, and FileDataSourceConfigurationBus::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
 

The documentation for this class was generated from the following file: