#include <Util.h>
◆ generateMD5Hash()
Generate MD5 Hash.
- Parameters
-
input | to hash. |
cryptoFactory | Encryption facilities factory. |
- Returns
- string MD5 Hash of input or an empty string if hashing fails.
◆ getDomainNameFromUrl()
static std::string alexaClientSDK::acsdkAudioPlayer::Util::getDomainNameFromUrl |
( |
const std::string & |
url | ) |
|
|
static |
Get domain name from an Url "https://www.xyz.com/sfsf" will return "www.xyz.com".
- Parameters
-
- Returns
- string of the hostname found in Url. Empty string if parsing is unsuccessful.
The documentation for this class was generated from the following file:
- /workplace/avs-device-sdk/capabilities/AudioPlayer/acsdkAudioPlayer/include/acsdkAudioPlayer/Util.h
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0