|
AusweisApp
|
Algorithm according to TR 03110 Part 3 chapter A.3.4.1.Generic Mapping. Mehr ...
#include <EcdhGenericMapping.h>
Öffentliche Methoden | |
| EcdhGenericMapping (const QSharedPointer< EC_GROUP > &pCurve) | |
| const QSharedPointer< EC_GROUP > & | getCurve () const |
| QByteArray | generateLocalMappingData () |
| Generates the local mapping data, that will be sent to the remote. | |
| bool | generateEphemeralDomainParameters (const QByteArray &pRemoteMappingData, const QByteArray &pNonce) |
| Generates the ephemeral domain parameters. | |
Freundbeziehungen | |
| class | ::test_EcdhGenericMapping |
Algorithm according to TR 03110 Part 3 chapter A.3.4.1.Generic Mapping.
|
explicit |
| bool EcdhGenericMapping::generateEphemeralDomainParameters | ( | const QByteArray & | pRemoteMappingData, |
| const QByteArray & | pNonce ) |
Generates the ephemeral domain parameters.
| pRemoteMappingData | the card's mapping data |
| pNonce | the nonce that was generated by the card |
| QByteArray EcdhGenericMapping::generateLocalMappingData | ( | ) |
Generates the local mapping data, that will be sent to the remote.
| const QSharedPointer< EC_GROUP > & EcdhGenericMapping::getCurve | ( | ) | const |