AusweisApp2
|
#include <CVCertificateChain.h>
Öffentliche Methoden | |
CVCertificateChain (bool pProductive=true) | |
CVCertificateChain (const QVector< QSharedPointer< const CVCertificate > > &pCvcs, bool pProductive) | |
QSharedPointer< const CVCertificate > | getDvCvc () const |
Return the document verifier certificate. Mehr ... | |
QSharedPointer< const CVCertificate > | getTerminalCvc () const |
Return the terminal certificate. Mehr ... | |
bool | isValid () const |
Is this a valid CVC chain, i.e. Mehr ... | |
bool | isProductive () const |
Is this a CVC chain for productive usage? Mehr ... | |
CVCertificateChain::CVCertificateChain | ( | bool | pProductive = true | ) |
CVCertificateChain::CVCertificateChain | ( | const QVector< QSharedPointer< const CVCertificate > > & | pCvcs, |
bool | pProductive | ||
) |
QSharedPointer< const CVCertificate > CVCertificateChain::getDvCvc | ( | ) | const |
Return the document verifier certificate.
QSharedPointer< const CVCertificate > CVCertificateChain::getTerminalCvc | ( | ) | const |
Return the terminal certificate.
bool CVCertificateChain::isProductive | ( | ) | const |
Is this a CVC chain for productive usage?
bool CVCertificateChain::isValid | ( | ) | const |
Is this a valid CVC chain, i.e.
do DV and terminal CVCs exist?