|
AusweisApp2
|
#include <EcdhKeyAgreement.h>
Öffentliche Methoden | |
| ~EcdhKeyAgreement () override=default | |
Öffentliche Methoden geerbt von governikus::KeyAgreement | |
| virtual | ~KeyAgreement () |
| KeyAgreementStatus | perform (const QByteArray &pPin) |
| Perform the key agreement. Mehr ... | |
| const QByteArray & | getEncryptionKey () const |
| Subsequent to the key agreement an encryption key is determined. Mehr ... | |
| const QByteArray & | getMacKey () const |
| Subsequent to the key agreement a MAC key is determined. Mehr ... | |
| const QByteArray & | getCarCurr () const |
| Subsequent to the key agreement a certificate authority reference (CAR) may be determined. Mehr ... | |
| const QByteArray & | getCarPrev () const |
| Subsequent to the key agreement a certificate authority reference (CAR) may be determined. Mehr ... | |
Öffentliche, statische Methoden | |
| static QSharedPointer< EcdhKeyAgreement > | create (const QSharedPointer< const PaceInfo > &pPaceInfo, const QSharedPointer< CardConnectionWorker > &pCardConnectionWorker) |
Öffentliche, statische Methoden geerbt von governikus::KeyAgreement | |
| static QSharedPointer< KeyAgreement > | create (const QSharedPointer< const PaceInfo > &pPaceInfo, QSharedPointer< CardConnectionWorker > pCardConnectionWorker) |
| Factory method to create an instance of KeyAgreement. Mehr ... | |
Freundbeziehungen | |
| class | ::test_EcdhKeyAgreement |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von governikus::KeyAgreement | |
| KeyAgreement (const QSharedPointer< const PaceInfo > &pPaceInfo, const QSharedPointer< CardConnectionWorker > &pCardConnectionWorker) | |
| CardResult | transmitGAMappingData (const QByteArray &pMappingData) const |
| Transmit the General Authenticate (Mapping Data) command to the card. Mehr ... | |
| CardResult | transmitGAEphemeralPublicKey (const QByteArray &pEphemeralPublicKey) |
| Transmit the General Authenticate (Ephemeral Public Key) command to the card. Mehr ... | |
| GAMutualAuthenticationResponse | transmitGAMutualAuthentication (const QByteArray &pMutualAuthenticationData) |
| Transmit the General Authenticate (Mutual Authentication) command to the card. Mehr ... | |
Geschützte Attribute geerbt von governikus::KeyAgreement | |
| const QSharedPointer< const PaceInfo > | mPaceInfo |
| KeyDerivationFunction | mKeyDerivationFunction |
|
overridedefault |
|
static |
|
friend |