Uses of Enum
io.qt.network.QSsl.SslOption
Packages that use QSsl.SslOption
-
Uses of QSsl.SslOption in io.qt.network
Methods in io.qt.network that return QSsl.SslOptionModifier and TypeMethodDescriptionfinal QSsl.SslOption[]
QSsl.SslOptions.flags()
Returns an array of flag objects represented by this SslOptions.static QSsl.SslOption
QSsl.SslOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QSsl.SslOption
Returns the enum constant of this type with the specified name.static QSsl.SslOption[]
QSsl.SslOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QSsl.SslOptionModifier and TypeMethodDescriptionQSsl.SslOption.combined
(QSsl.SslOption e) Combines this entry with other enum entry.final QSsl.SslOptions
QSsl.SslOptions.combined
(QSsl.SslOption e) Combines this flags with enum entry.static QSsl.SslOptions
QSsl.SslOption.flags
(QSsl.SslOption... values) Creates a newQSsl.SslOptions
from the entries.final QSsl.SslOptions
QSsl.SslOptions.setFlag
(QSsl.SslOption e) Sets the flage
final QSsl.SslOptions
QSsl.SslOptions.setFlag
(QSsl.SslOption e, boolean on) Sets or clears the flagflag
final void
QSslConfiguration.setSslOption
(QSsl.SslOption option, boolean on) final boolean
QSslConfiguration.testSslOption
(QSsl.SslOption option) Constructors in io.qt.network with parameters of type QSsl.SslOptionModifierConstructorDescriptionSslOptions
(QSsl.SslOption... args) Creates a new SslOptions where the flags inargs
are set.