H235_ClearToken Class Reference
#include <h235.h>
List of all members.
Public Types |
enum | OptionalFields {
e_timeStamp,
e_password,
e_dhkey,
e_challenge,
e_random,
e_certificate,
e_generalID,
e_nonStandard,
e_eckasdhkey,
e_sendersID,
e_h235Key,
e_profileInfo
} |
Public Member Functions |
| H235_ClearToken (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) |
PINDEX | GetDataLength () const |
PBoolean | 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 |
PASN_ObjectId | m_tokenOID |
H235_TimeStamp | m_timeStamp |
H235_Password | m_password |
H235_DHset | m_dhkey |
H235_ChallengeString | m_challenge |
H235_RandomVal | m_random |
H235_TypedCertificate | m_certificate |
H235_Identifier | m_generalID |
H235_NonStandardParameter | m_nonStandard |
H235_ECKASDH | m_eckasdhkey |
H235_Identifier | m_sendersID |
H235_H235Key | m_h235Key |
H235_ArrayOf_ProfileElement | m_profileInfo |
Member Enumeration Documentation
- Enumerator:
e_timeStamp |
|
e_password |
|
e_dhkey |
|
e_challenge |
|
e_random |
|
e_certificate |
|
e_generalID |
|
e_nonStandard |
|
e_eckasdhkey |
|
e_sendersID |
|
e_h235Key |
|
e_profileInfo |
|
Constructor & Destructor Documentation
H235_ClearToken::H235_ClearToken |
( |
unsigned |
tag = UniversalSequence , |
|
|
TagClass |
tagClass = UniversalTagClass | |
|
) |
| | |
Member Function Documentation
PObject* H235_ClearToken::Clone |
( |
|
) |
const |
Comparison H235_ClearToken::Compare |
( |
const PObject & |
obj |
) |
const |
PBoolean H235_ClearToken::Decode |
( |
PASN_Stream & |
strm |
) |
|
void H235_ClearToken::Encode |
( |
PASN_Stream & |
strm |
) |
const |
PINDEX H235_ClearToken::GetDataLength |
( |
|
) |
const |
void H235_ClearToken::PrintOn |
( |
ostream & |
strm |
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: