AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | Static Public Attributes | List of all members
alexaClientSDK::acsdkProperties::DataInfo Struct Reference

Data structure to produce and parse DER for encrypted property data. More...

#include <Asn1Types.h>

Public Attributes

ASN1_INTEGER * version
 
ASN1_OCTET_STRING * dataIV
 
ASN1_OCTET_STRING * dataCiphertext
 
ASN1_OCTET_STRING * dataTag
 

Static Public Attributes

constexpr static int64_t DEF_VER = ACSDK_DATA_VER_V1
 Default value for optional version. More...
 

Detailed Description

Data structure to produce and parse DER for encrypted property data.

Member Data Documentation

◆ dataCiphertext

ASN1_OCTET_STRING* alexaClientSDK::acsdkProperties::DataInfo::dataCiphertext

◆ dataIV

ASN1_OCTET_STRING* alexaClientSDK::acsdkProperties::DataInfo::dataIV

◆ dataTag

ASN1_OCTET_STRING* alexaClientSDK::acsdkProperties::DataInfo::dataTag

◆ DEF_VER

constexpr static int64_t alexaClientSDK::acsdkProperties::DataInfo::DEF_VER = ACSDK_DATA_VER_V1
staticconstexpr

Default value for optional version.

◆ version

ASN1_INTEGER* alexaClientSDK::acsdkProperties::DataInfo::version

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

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0