|
ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
|
#include <EtsiTs103097Codec_ToBeSignedCertificate.hh>
Public Member Functions | |
| EtsiTs103097Codec_ToBeSignedCertificate () | |
| virtual | ~EtsiTs103097Codec_ToBeSignedCertificate () |
| virtual int | encode (const IEEE1609dot2::ToBeSignedCertificate &p_cert, OCTETSTRING &p_data) |
| Encode typed message into an octet string. More... | |
| virtual int | decode (const OCTETSTRING &p_data, IEEE1609dot2::ToBeSignedCertificate &p_cert, Params *p_params=NULL) |
| Encode typed message into an octet string format. More... | |
Public Member Functions inherited from Codec< IEEE1609dot2::ToBeSignedCertificate, IEEE1609dot2::ToBeSignedCertificate > | |
| Codec () | |
| Reference to Params stack. More... | |
| virtual | ~Codec () |
| Default destructor . More... | |
Additional Inherited Members | |
Protected Attributes inherited from Codec< IEEE1609dot2::ToBeSignedCertificate, IEEE1609dot2::ToBeSignedCertificate > | |
| Params * | _params |
|
inlineexplicit |
|
inlinevirtual |
|
virtual |
Encode typed message into an octet string format.
| [in] | p_data | The message in its octet string |
| [out] | p_message | The decoded typed message |
Implements Codec< IEEE1609dot2::ToBeSignedCertificate, IEEE1609dot2::ToBeSignedCertificate >.
|
virtual |
Encode typed message into an octet string.
| [in] | p_message | The typed message to be encoded |
| [out] | p_data | The encoding result |
Implements Codec< IEEE1609dot2::ToBeSignedCertificate, IEEE1609dot2::ToBeSignedCertificate >.
1.8.13