Module Version: 0.01_04
Source
Qt::Network::QSslKey
- QSslKey()
-
- QSslKey(const QSslKey & other)
-
- QSslKey(const QByteArray & encoded,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format,
QSsl::KeyType type,
const QByteArray & passPhrase)
-
- QSslKey(const QByteArray & encoded,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format,
QSsl::KeyType type,
const QByteArray & passPhrase = QByteArray())
-
- QSslKey(const QByteArray & encoded,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format,
QSsl::KeyType type = QSsl::PrivateKey,
const QByteArray & passPhrase = QByteArray())
-
- QSslKey(const QByteArray & encoded,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format = QSsl::Pem,
QSsl::KeyType type = QSsl::PrivateKey,
const QByteArray & passPhrase = QByteArray())
-
- QSslKey(QIODevice * device,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format,
QSsl::KeyType type,
const QByteArray & passPhrase)
-
- QSslKey(QIODevice * device,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format,
QSsl::KeyType type,
const QByteArray & passPhrase = QByteArray())
-
- QSslKey(QIODevice * device,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format,
QSsl::KeyType type = QSsl::PrivateKey,
const QByteArray & passPhrase = QByteArray())
-
- QSslKey(QIODevice * device,
QSsl::KeyAlgorithm algorithm,
QSsl::EncodingFormat format = QSsl::Pem,
QSsl::KeyType type = QSsl::PrivateKey,
const QByteArray & passPhrase = QByteArray())
-
- ~QSslKey()
-
- QSsl::KeyAlgorithm algorithm()
-
- void clear()
-
- unsigned long handle()
-
- bool isNull()
-
- int length()
-
- bool operator!=(const QSslKey & key)
-
- QSslKey & operator=(const QSslKey & other)
-
- bool operator==(const QSslKey & key)
-
- QByteArray toDer(const QByteArray & passPhrase)
-
- QByteArray toDer(const QByteArray & passPhrase = QByteArray())
-
- QByteArray toPem(const QByteArray & passPhrase)
-
- QByteArray toPem(const QByteArray & passPhrase = QByteArray())
-
- QSsl::KeyType type()
None by default.
Dongxu Ma <dongxu@cpan.org>
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
syntax highlighting: