QOpcUaX509Extension Class

모든 X509 확장을 위한 기본 클래스입니다. 더 보기...

헤더: #include <QOpcUaX509Extension>
CMake: find_package(Qt6 REQUIRED COMPONENTS OpcUa)
target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
qmake: QT += opcua
에 의해 상속되었습니다:

QOpcUaX509ExtensionBasicConstraints, QOpcUaX509ExtensionExtendedKeyUsage, QOpcUaX509ExtensionKeyUsage, 그리고 QOpcUaX509ExtensionSubjectAlternativeName

공용 함수

QOpcUaX509Extension()
QOpcUaX509Extension(const QOpcUaX509Extension &rhs)
virtual ~QOpcUaX509Extension()
bool critical() const
void setCritical(bool critical)
QOpcUaX509Extension &operator=(const QOpcUaX509Extension &rhs)
bool operator==(const QOpcUaX509Extension &rhs) const

보호된 함수

QOpcUaX509Extension(QSharedDataPointer<QOpcUaX509ExtensionData> rhs)

상세 설명

이 클래스는 현재 기술 미리보기로 제공되며, 따라서 클래스에서 제공하는 API와 기능은 사전 통지 없이 언제든지 변경될 수 있습니다.

QOpcUaX509ExtensionSubjectAlternativeName, QOpcUaX509ExtensionBasicConstraints, QOpcUaX509ExtensionKeyUsage, QOpcUaX509ExtensionKeyUsage참조하세요 .

멤버 함수 문서

QOpcUaX509Extension::QOpcUaX509Extension()

기본 X509Extension을 생성합니다.

[protected] QOpcUaX509Extension::QOpcUaX509Extension(QSharedDataPointer<QOpcUaX509ExtensionData> rhs)

rhs 에서 X509Extension을 생성합니다.

QOpcUaX509Extension::QOpcUaX509Extension(const QOpcUaX509Extension &rhs)

rhs 에서 X509Extension을 생성합니다.

[virtual noexcept] QOpcUaX509Extension::~QOpcUaX509Extension()

X509익스텐션을 파괴합니다.

bool QOpcUaX509Extension::critical() const

중요 플래그의 상태를 반환합니다.

setCritical()도 참조하세요 .

void QOpcUaX509Extension::setCritical(bool critical)

중요 플래그를 critical 로 설정합니다.

critical()도 참조하세요 .

QOpcUaX509Extension &QOpcUaX509Extension::operator=(const QOpcUaX509Extension &rhs)

이 X509Extension에서 rhs 의 값을 설정합니다.

bool QOpcUaX509Extension::operator==(const QOpcUaX509Extension &rhs) const

이 X509Extension의 값이 rhs 과 같으면 true 을 반환합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.