Uses of Enum
io.qt.network.QSsl.KeyAlgorithm
-
Uses of QSsl.KeyAlgorithm in io.qt.network
Modifier and TypeMethodDescriptionfinal QSsl.KeyAlgorithm
QSslKey.algorithm()
static QSsl.KeyAlgorithm
QSsl.KeyAlgorithm.resolve
(int value) Returns the corresponding enum entry for the given value.static QSsl.KeyAlgorithm
Returns the enum constant of this type with the specified name.static QSsl.KeyAlgorithm[]
QSsl.KeyAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QSslSocket.setPrivateKey
(String fileName, QSsl.KeyAlgorithm algorithm) final void
QSslSocket.setPrivateKey
(String fileName, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format) Overloaded function forQSslSocket.setPrivateKey(java.lang.String, io.qt.network.QSsl.KeyAlgorithm, io.qt.network.QSsl.EncodingFormat, io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.final void
QSslSocket.setPrivateKey
(String fileName, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, byte [] passPhrase) final void
QSslSocket.setPrivateKey
(String fileName, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QByteArray passPhrase) ModifierConstructorDescriptionQSslKey
(byte [] encoded, QSsl.KeyAlgorithm algorithm) QSslKey
(byte [] encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format) QSslKey
(byte [] encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type) Overloaded constructor forQSslKey(byte[], io.qt.network.QSsl.KeyAlgorithm, io.qt.network.QSsl.EncodingFormat, io.qt.network.QSsl.KeyType, io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.QSslKey
(byte [] encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, byte [] passPhrase) QSslKey
(byte [] encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, QByteArray passPhrase) QSslKey
(QByteArray encoded, QSsl.KeyAlgorithm algorithm) QSslKey
(QByteArray encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format) QSslKey
(QByteArray encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type) Overloaded constructor forQSslKey(io.qt.core.QByteArray, io.qt.network.QSsl.KeyAlgorithm, io.qt.network.QSsl.EncodingFormat, io.qt.network.QSsl.KeyType, io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.QSslKey
(QByteArray encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, byte [] passPhrase) QSslKey
(QByteArray encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, QByteArray passPhrase) QSslKey
(QIODevice device, QSsl.KeyAlgorithm algorithm) QSslKey
(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format) QSslKey
(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type) Overloaded constructor forQSslKey(io.qt.core.QIODevice, io.qt.network.QSsl.KeyAlgorithm, io.qt.network.QSsl.EncodingFormat, io.qt.network.QSsl.KeyType, io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.QSslKey
(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, byte [] passPhrase) QSslKey
(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, QByteArray passPhrase)