eID middleware | ![]() |
#include <eidlib.h>
Public Member Functions | |
virtual PTEIDSDK_API | ~PTEID_Sod () |
Destructor. | |
PTEIDSDK_API const PTEID_ByteArray & | getData () |
Return the sod itself. | |
PTEIDSDK_API const PTEID_ByteArray & | getHash () |
Return the hash of the sod. | |
Friends | |
PTEID_Sod & | PTEID_EIDCard::getSod () |
For internal use : This method must access protected constructor. |
You can get such an object from PTEID_EIDCard::getSod() (or getDocument).
virtual PTEIDSDK_API eIDMW::PTEID_Sod::~PTEID_Sod | ( | ) | [virtual] |
Destructor.
PTEIDSDK_API const PTEID_ByteArray& eIDMW::PTEID_Sod::getData | ( | ) |
Return the sod itself.
PTEIDSDK_API const PTEID_ByteArray& eIDMW::PTEID_Sod::getHash | ( | ) |
Return the hash of the sod.
PTEID_Sod& PTEID_EIDCard::getSod | ( | ) | [friend] |
For internal use : This method must access protected constructor.