Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qx509_st.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qtlskey_st_p.h"
5#include "qx509_st_p.h"
6
7#include <memory>
8
10
11namespace QTlsPrivate {
12
14{
15 auto key = std::make_unique<TlsKeySecureTransport>(QSsl::PublicKey);
18
19 return key.release();
20}
21
22} // namespace QTlsPrivate
23
25
TlsKey is an abstract class, that allows a TLS plugin to provide an underlying implementation for the...
TlsKey * publicKey() const override
Definition qx509_st.cpp:13
@ PublicKey
Definition qssl.h:24
@ Opaque
Definition qssl.h:35
Combined button and popup list for selecting options.
Namespace containing onternal types that TLS backends implement.
GLuint64 key