AusweisApp
|
SecurityInfos ::= SET OF SecurityInfo. Mehr ...
#include <SecurityInfos.h>
Öffentliche Methoden | |
const QByteArray & | getContentBytes () const |
const QList< QSharedPointer< const SecurityInfo > > & | getSecurityInfos () const |
const QList< QSharedPointer< const PaceInfo > > & | getPaceInfos () const |
const QList< QSharedPointer< const ChipAuthenticationInfo > > & | getChipAuthenticationInfos () const |
const QSharedPointer< const MobileEIDTypeInfo > & | getMobileEIDTypeInfo () const |
Öffentliche, statische Methoden | |
static QSharedPointer< SecurityInfos > | fromHex (const QByteArray &pHexString) |
static QSharedPointer< SecurityInfos > | decode (const QByteArray &pBytes) |
Freundbeziehungen | |
class | QSharedPointer< SecurityInfos > |
SecurityInfos ::= SET OF SecurityInfo.
defined in TR 3110 Part 3
|
static |
|
static |
const QList< QSharedPointer< const ChipAuthenticationInfo > > & SecurityInfos::getChipAuthenticationInfos | ( | ) | const |
const QByteArray & SecurityInfos::getContentBytes | ( | ) | const |
const QSharedPointer< const MobileEIDTypeInfo > & SecurityInfos::getMobileEIDTypeInfo | ( | ) | const |
const QList< QSharedPointer< const PaceInfo > > & SecurityInfos::getPaceInfos | ( | ) | const |
const QList< QSharedPointer< const SecurityInfo > > & SecurityInfos::getSecurityInfos | ( | ) | const |
|
friend |