NAME
Qt::Network::QSslKey
PUBLIC METHODS
- 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()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
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.