#include <h235.h>
Inheritance diagram for H235_V3KeySyncMaterial:
Public Types | |
enum | OptionalFields { e_generalID, e_algorithmOID, e_encryptedSessionKey, e_encryptedSaltingKey, e_clearSaltingKey, e_paramSsalt, e_keyDerivationOID } |
Public Member Functions | |
H235_V3KeySyncMaterial (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
PINDEX | GetDataLength () const |
BOOL | Decode (PASN_Stream &strm) |
void | Encode (PASN_Stream &strm) const |
void | PrintOn (ostream &strm) const |
Comparison | Compare (const PObject &obj) const |
PObject * | Clone () const |
Public Attributes | |
H235_Identifier | m_generalID |
PASN_ObjectId | m_algorithmOID |
H235_Params | m_paramS |
PASN_OctetString | m_encryptedSessionKey |
PASN_OctetString | m_encryptedSaltingKey |
PASN_OctetString | m_clearSaltingKey |
H235_Params | m_paramSsalt |
PASN_ObjectId | m_keyDerivationOID |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|