![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QTlsPrivate::TlsKeySchannel, including all inherited members.
algorithm() const override | QTlsPrivate::TlsKeyBase | inlinevirtual |
clear(bool deep) override | QTlsPrivate::TlsKeyGeneric | virtual |
decodeDer(KeyType type, KeyAlgorithm algorithm, const QByteArray &der, const QByteArray &passPhrase, bool deepClear) override | QTlsPrivate::TlsKeyGeneric | virtual |
decodePem(KeyType type, KeyAlgorithm algorithm, const QByteArray &pem, const QByteArray &passPhrase, bool deepClear) override | QTlsPrivate::TlsKeyGeneric | virtual |
decrypt(Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv) const override | QTlsPrivate::TlsKeySchannel | virtual |
derFromPem(const QByteArray &pem, QMap< QByteArray, QByteArray > *headers) const override | QTlsPrivate::TlsKeyGeneric | virtual |
encrypt(Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv) const override | QTlsPrivate::TlsKeySchannel | virtual |
fromHandle(Qt::HANDLE opaque, KeyType expectedType) override | QTlsPrivate::TlsKeyGeneric | virtual |
handle() const override | QTlsPrivate::TlsKeyGeneric | inlinevirtual |
isEncryptedPkcs8(const QByteArray &der) | QTlsPrivate::TlsKeyBase | protectedstatic |
isNull() const override | QTlsPrivate::TlsKeyBase | inlinevirtual |
isPkcs8() const override | QTlsPrivate::TlsKeyGeneric | inlinevirtual |
KeyAlgorithm typedef | QTlsPrivate::TlsKey | |
keyAlgorithm | QTlsPrivate::TlsKeyBase | protected |
keyIsNull | QTlsPrivate::TlsKeyBase | protected |
KeyType typedef | QTlsPrivate::TlsKey | |
keyType | QTlsPrivate::TlsKeyBase | protected |
length() const override | QTlsPrivate::TlsKeyGeneric | inlinevirtual |
pemFooter() const | QTlsPrivate::TlsKey | |
pemFromDer(const QByteArray &der, const QMap< QByteArray, QByteArray > &headers) const override | QTlsPrivate::TlsKeyBase | virtual |
pemHeader() const | QTlsPrivate::TlsKey | |
pkcs8Footer(bool encrypted) | QTlsPrivate::TlsKeyBase | protectedstatic |
pkcs8Header(bool encrypted) | QTlsPrivate::TlsKeyBase | protectedstatic |
TlsKeyBase(KeyType type=QSsl::PublicKey, KeyAlgorithm algorithm=QSsl::Opaque) | QTlsPrivate::TlsKeyGeneric | inline |
toPem(const QByteArray &passPhrase) const override | QTlsPrivate::TlsKeyGeneric | virtual |
type() const override | QTlsPrivate::TlsKeyBase | inlinevirtual |
~TlsKey() | QTlsPrivate::TlsKey | virtual |