AusweisApp
|
#include <KeyPair.h>
Öffentliche Methoden | |
const QSslKey & | getKey () const |
const QSslCertificate & | getCertificate () const |
bool | isValid () const |
Öffentliche, statische Methoden | |
static KeyPair | generate (const char *pCurve, const QByteArray &pSignerKey=QByteArray(), const QByteArray &pSignerCert=QByteArray()) |
static KeyPair | generate (int pKeySize=2048, const QByteArray &pSignerKey=QByteArray(), const QByteArray &pSignerCert=QByteArray()) |
|
static |
|
static |
const QSslCertificate & KeyPair::getCertificate | ( | ) | const |
bool KeyPair::isValid | ( | ) | const |