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 |