Public Types | |
| enum | OptionalFields { e_generalID, e_algorithmOID, e_encryptedSessionKey, e_encryptedSaltingKey, e_clearSaltingKey, e_paramSsalt, e_keyDerivationOID, e_genericKeyMaterial } |
Public Member Functions | |
| 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 |
| PASN_OctetString | m_genericKeyMaterial |
Definition at line 583 of file h235.h.
1.5.2