Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
elftosb::EncryptOperation Class Reference

Operation to encrypt data for OTFAD. More...

#include <Operation.h>

+ Inheritance diagram for elftosb::EncryptOperation:
+ Collaboration diagram for elftosb::EncryptOperation:

Public Member Functions

 EncryptOperation ()
 Default constructor.
 
 EncryptOperation (Keyblob *keyblob)
 Constructor. Takes a keyblob argument.
 
void setKeyblob (Keyblob *keyblob)
 
KeyblobgetKeyblob ()
 
- Public Member Functions inherited from elftosb::LoadOperation
void setSource (DataSource *source)
 
DataSourcegetSource ()
 
void setTarget (DataTarget *target)
 
DataTargetgetTarget ()
 
void setDCDLoad (bool isDCD)
 
bool isDCDLoad () const
 

Protected Attributes

smart_ptr< Keyblobm_keyblob
 Active keyblob during this load.
 
- Protected Attributes inherited from elftosb::LoadOperation
smart_ptr< DataSourcem_source
 
smart_ptr< DataTargetm_target
 
bool m_isDCDLoad
 

Detailed Description

Operation to encrypt data for OTFAD.


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