| eID middleware |
#include <eidlib.h>

Public Member Functions | |
| virtual PTEIDSDK_API | ~PTEID_Picture () |
| Destructor. | |
| PTEIDSDK_API const PTEID_ByteArray & | getData () |
| Return the picture itself (jpg format). | |
| PTEIDSDK_API const PTEID_ByteArray & | getHash () |
| Return the hash of the picture. | |
Friends | |
| PTEID_Picture & | PTEID_EIDCard::getPicture () |
| For internal use : This method must access protected constructor. | |
You can get such an object from PTEID_EIDCard::getPicture() (or getDocument).
| virtual PTEIDSDK_API eIDMW::PTEID_Picture::~PTEID_Picture | ( | ) | [virtual] |
Destructor.
| PTEIDSDK_API const PTEID_ByteArray& eIDMW::PTEID_Picture::getData | ( | ) |
Return the picture itself (jpg format).
| PTEIDSDK_API const PTEID_ByteArray& eIDMW::PTEID_Picture::getHash | ( | ) |
Return the hash of the picture.
| PTEID_Picture& PTEID_EIDCard::getPicture | ( | ) | [friend] |
For internal use : This method must access protected constructor.