![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <memory>#include <acsdk/PropertiesInterfaces/PropertiesFactoryInterface.h>#include <acsdk/CryptoInterfaces/KeyFactoryInterface.h>#include <acsdk/CryptoInterfaces/KeyStoreInterface.h>#include <acsdk/CryptoInterfaces/CryptoFactoryInterface.h>#include <acsdk/Properties/MiscStorageAdapter.h>#include <AVSCommon/SDKInterfaces/Storage/MiscStorageInterface.h>
Go to the source code of this file.
Namespaces | |
| alexaClientSDK | |
| Whether or not curl logs should be emitted. | |
| alexaClientSDK::properties | |
| Properties Implementation. | |
Functions | |
| std::shared_ptr< PropertiesFactoryInterface > | alexaClientSDK::properties::createEncryptedPropertiesFactory (const std::shared_ptr< PropertiesFactoryInterface > &innerFactory, const std::shared_ptr< CryptoFactoryInterface > &cryptoFactory, const std::shared_ptr< KeyStoreInterface > &keyStore) noexcept |
| Creates properties factory with encryption support by wrapping a factory without encryption support. More... | |
| std::shared_ptr< PropertiesFactoryInterface > | alexaClientSDK::properties::createEncryptedPropertiesFactory (const std::shared_ptr< MiscStorageInterface > &innerStorage, const std::shared_ptr< MiscStorageUriMapperInterface > &uriMapper, const std::shared_ptr< CryptoFactoryInterface > &cryptoFactory, const std::shared_ptr< KeyStoreInterface > &keyStore) noexcept |
Creates properties factory with encryption support by wrapping a MiscStorageInterface. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0