(05fc3aef53348fb58be6308076e000825b704e58)
#include "qasn1element_p.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qmessageauthenticationcode.h>
#include <QtCore/qrandom.h>
#include <QtNetwork/private/qsslsocket_p.h>
#include <QtNetwork/private/qsslkey_p.h>
Go to the source code of this file.
|
static QT_BEGIN_NAMESPACE QAsn1Element | wrap (quint8 type, const QAsn1Element &child) |
|
static QAsn1Element | _q_PKCS7_data (const QByteArray &data) |
|
static QByteArray | _q_PKCS12_keygen (char id, const QByteArray &salt, const QString &passPhrase, int n, int r) |
| PKCS #12 key derivation.
|
|
static QByteArray | _q_PKCS12_salt () |
|
static QByteArray | _q_PKCS12_certBag (const QSslCertificate &cert) |
|
static QAsn1Element | _q_PKCS12_key (const QSslKey &key) |
|
static QByteArray | _q_PKCS12_shroudedKeyBag (const QSslKey &key, const QString &passPhrase, const QByteArray &localKeyId) |
|
static QByteArray | _q_PKCS12_bag (const QList< QSslCertificate > &certs, const QSslKey &key, const QString &passPhrase) |
|
static QAsn1Element | _q_PKCS12_mac (const QByteArray &data, const QString &passPhrase) |
|
QByteArray | _q_makePkcs12 (const QList< QSslCertificate > &certs, const QSslKey &key, const QString &passPhrase) |
|
◆ _q_makePkcs12()
◆ _q_PKCS12_bag()
◆ _q_PKCS12_certBag()
◆ _q_PKCS12_key()
◆ _q_PKCS12_keygen()
◆ _q_PKCS12_mac()
◆ _q_PKCS12_salt()
◆ _q_PKCS12_shroudedKeyBag()
◆ _q_PKCS7_data()
◆ wrap()