API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.SafeGate.CCypherMessage Class Reference

A class that encapsulate a message that has been encrypted. More...

Public Member Functions

 CCypherMessage (List< long > cypherList)
 Initializes a new instance of the CCypherMessage class. More...
 

Properties

List< long > EncryptedData [get, set]
 Gets or sets the encrypted data of the message. More...
 

Detailed Description

A class that encapsulate a message that has been encrypted.

Constructor & Destructor Documentation

Kinova.DLL.SafeGate.CCypherMessage.CCypherMessage ( List< long >  cypherList)

Initializes a new instance of the CCypherMessage class.

Parameters
cypherListThe cypher list.

Property Documentation

List<long> Kinova.DLL.SafeGate.CCypherMessage.EncryptedData
getset

Gets or sets the encrypted data of the message.

The encrypted data.


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