Home
·
All Classes
·
Modules
QSslKey Class Reference
[
QtNetwork
module]
Methods
__init__
(
self
)
__init__
(
self
, QByteArray, QSsl.KeyAlgorithm, QSsl.EncodingFormat
encoding
= QSsl.Pem, QSsl.KeyType
type
= QSsl.PrivateKey, QByteArray
passPhrase
= QByteArray())
__init__
(
self
, QIODevice, QSsl.KeyAlgorithm, QSsl.EncodingFormat
encoding
= QSsl.Pem, QSsl.KeyType
type
= QSsl.PrivateKey, QByteArray
passPhrase
= QByteArray())
__init__
(
self
, QSslKey)
QSsl.KeyAlgorithm
algorithm
(
self
)
clear
(
self
)
int
handle
(
self
)
bool
isNull
(
self
)
int
length
(
self
)
QByteArray
toDer
(
self
, QByteArray
passPhrase
= QByteArray())
QByteArray
toPem
(
self
, QByteArray
passPhrase
= QByteArray())
QSsl.KeyType
type
(
self
)
Special Methods
bool
__eq__
(
self
, QSslKey)
bool
__ne__
(
self
, QSslKey)
Detailed Description
Method Documentation
QSslKey.__init__ (
self
)
QSslKey.__init__ (
self
,
QByteArray
,
QSsl.KeyAlgorithm
,
QSsl.EncodingFormat
encoding
= QSsl.Pem,
QSsl.KeyType
type
= QSsl.PrivateKey,
QByteArray
passPhrase
= QByteArray())
QSslKey.__init__ (
self
,
QIODevice
,
QSsl.KeyAlgorithm
,
QSsl.EncodingFormat
encoding
= QSsl.Pem,
QSsl.KeyType
type
= QSsl.PrivateKey,
QByteArray
passPhrase
= QByteArray())
QSslKey.__init__ (
self
,
QSslKey
)
QSsl.KeyAlgorithm
QSslKey.algorithm (
self
)
QSslKey.clear (
self
)
int QSslKey.handle (
self
)
bool QSslKey.isNull (
self
)
int QSslKey.length (
self
)
QByteArray
QSslKey.toDer (
self
,
QByteArray
passPhrase
= QByteArray())
QByteArray
QSslKey.toPem (
self
,
QByteArray
passPhrase
= QByteArray())
QSsl.KeyType
QSslKey.type (
self
)
bool QSslKey.__eq__ (
self
,
QSslKey
)
bool QSslKey.__ne__ (
self
,
QSslKey
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0