|
The Assimilation Monitoring Project
|
Describes interfaces to Signature Frame (Signframe) C-Class - providing digital signatures. More...


Go to the source code of this file.
Data Structures | |
| struct | _SignFrame |
| The SignFrame class object - implements digital signatures for FrameSets. More... | |
| typedef struct _SignFrame | SignFrame |
| WINEXPORT SignFrame * | signframe_new (GChecksumType sigtype, gsize framesize) |
| Construct a new SignFrame - allowing for "derived" frame types... More... | |
| WINEXPORT Frame * | signframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled data corresponding to a SignFrame (signature frame), return that corresponding Frame In other words, un-marshall the data... More... | |
Describes interfaces to Signature Frame (Signframe) C-Class - providing digital signatures.
Base class for digital signatures. They can be simple (like the current implementation) and provide data integrity, but not data security, or eventually full-fledged digital signatures.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file signframe.h.