Dongxu Ma > Qt-Network-0.01_04 > Qt::Network::QSslKey

Download:
Qt-Network-0.01_04.tar.gz

Dependencies

Annotate this POD

Module Version: 0.01_04   Source  

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.

See http://dev.perl.org/licenses/artistic.html

syntax highlighting: