Device interface library for multiple platforms including Mbed.

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

Embed: (wiki syntax)

« Back to documentation index

DS28E83_DS28E84::EncryptionHmacData Class Reference

DS28E83_DS28E84::EncryptionHmacData Class Reference

Format encryption HMAC input data. More...

#include <DS28E83_DS28E84.hpp>

Public Member Functions

Result::const_span result () const
 Formatted data result.
Encryption Challenge

Random challenge used to prevent replay attacks.

EncryptionChallenge::span encryptionChallenge ()
 Get mutable Encryption Challenge.
EncryptionChallenge::const_span encryptionChallenge () const
 Get immutable Encryption Challenge.
EncryptionHmacDatasetEncryptionChallenge (EncryptionChallenge::const_span encryptionChallenge)
 Set Encryption Challenge.
ROM ID

1-Wire ROM ID of the device.

Core::RomId::span romId ()
 Get mutable ROM ID.
Core::RomId::const_span romId () const
 Get immutable ROM ID.
EncryptionHmacDatasetRomId (Core::RomId::const_span romId)
 Set ROM ID.
EncryptionHmacDatasetAnonymousRomId ()
 Set ROM ID for use in anonymous mode.
Page number

Number of the page to use data from.

int pageNum () const
 Get page number.
EncryptionHmacDatasetPageNum (int pageNum)
 Set page number.
MAN ID

Manufacturer ID of the device.

Core::ManId::span manId ()
 Get mutable MAN ID.
Core::ManId::const_span manId () const
 Get immutable MAN ID.
EncryptionHmacDatasetManId (Core::ManId::const_span manId)
 Set MAN ID.

Detailed Description

Format encryption HMAC input data.

Definition at line 877 of file DS28E83_DS28E84.hpp.


Member Function Documentation

EncryptionChallenge::span encryptionChallenge (  )

Get mutable Encryption Challenge.

Definition at line 891 of file DS28E83_DS28E84.hpp.

EncryptionChallenge::const_span encryptionChallenge (  ) const

Get immutable Encryption Challenge.

Definition at line 896 of file DS28E83_DS28E84.hpp.

Core::ManId::span manId (  )

Get mutable MAN ID.

Definition at line 953 of file DS28E83_DS28E84.hpp.

Core::ManId::const_span manId (  ) const

Get immutable MAN ID.

Definition at line 956 of file DS28E83_DS28E84.hpp.

int pageNum (  ) const

Get page number.

Definition at line 938 of file DS28E83_DS28E84.hpp.

Result::const_span result (  ) const

Formatted data result.

Definition at line 884 of file DS28E83_DS28E84.hpp.

Core::RomId::span romId (  )

Get mutable ROM ID.

Definition at line 914 of file DS28E83_DS28E84.hpp.

Core::RomId::const_span romId (  ) const

Get immutable ROM ID.

Definition at line 917 of file DS28E83_DS28E84.hpp.

EncryptionHmacData& setAnonymousRomId (  )

Set ROM ID for use in anonymous mode.

Definition at line 926 of file DS28E83_DS28E84.hpp.

EncryptionHmacData& setEncryptionChallenge ( EncryptionChallenge::const_span  encryptionChallenge )

Set Encryption Challenge.

Definition at line 902 of file DS28E83_DS28E84.hpp.

EncryptionHmacData& setManId ( Core::ManId::const_span  manId )

Set MAN ID.

Definition at line 959 of file DS28E83_DS28E84.hpp.

EncryptionHmacData& setPageNum ( int  pageNum )

Set page number.

Definition at line 941 of file DS28E83_DS28E84.hpp.

EncryptionHmacData& setRomId ( Core::RomId::const_span  romId )

Set ROM ID.

Definition at line 920 of file DS28E83_DS28E84.hpp.