|
The Assimilation Monitoring Project
|
The SignFrame class object - implements digital signatures for FrameSets. More...
#include <signframe.h>

Data Fields | |
| Frame | baseclass |
| Base Frame class object. More... | |
| GChecksumType | signaturetype |
| Type of signature... More... | |
The SignFrame class object - implements digital signatures for FrameSets.
This is a fairly special type of Frame class - it has no data of its own, and it constructs data based on the portion of the packet that comes after it in the FrameSet-constructed packet. Not too surprising for a digital signature Frame.
Definition at line 40 of file signframe.h.
| Frame _SignFrame::baseclass |
Base Frame class object.
Definition at line 41 of file signframe.h.
Referenced by main(), and signframe_tlvconstructor().
| GChecksumType _SignFrame::signaturetype |
Type of signature...
Definition at line 42 of file signframe.h.
Referenced by _signframe_isvalid(), and signframe_new().