AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <gtest/gtest.h>
#include <string>
#include <acsdk/CodecUtils/Hex.h>
#include <acsdk/Crypto/CryptoFactory.h>
#include <acsdk/CryptoInterfaces/test/MockCryptoFactory.h>
#include <acsdk/CryptoInterfaces/test/MockKeyStore.h>
#include <acsdk/Pkcs11/KeyStoreFactory.h>
#include <acsdk/PropertiesInterfaces/test/MockProperties.h>
#include <acsdk/PropertiesInterfaces/test/StubPropertiesFactory.h>
#include <acsdk/Properties/private/EncryptedProperties.h>
#include <acsdk/Properties/private/MiscStorageProperties.h>
#include <acsdk/Properties/private/Logging.h>
#include <AVSCommon/SDKInterfaces/Storage/StubMiscStorage.h>
#include <AVSCommon/Utils/Configuration/ConfigurationNode.h>
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::properties | |
Properties Implementation. | |
alexaClientSDK::properties::test | |
Test cases for Properties Implementation. | |
Macros | |
#define | TAG "EncryptedPropertiesTest" |
Functions | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_create) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_createUpgradeEncryptionString) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_createUpgradeEncryptionBytes) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_createNullInnerProperties) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_createNullCryptoFactory) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_createNullKeyStore) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_encryptPut) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesTest, test_reopenEncryptedProperties) | |
#define TAG "EncryptedPropertiesTest" |
String to identify log entries originating from this file.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0