libkpgp
Todo List
- Member Kpgp::Subkey::setExpirationDate (const time_t expirationDate)
- Does this expiry influence any of the other flags?
- Member Kpgp::Subkey::setFingerprint (const QByteArray &fingerprint)
- What are legal fingerprints?
- Member Kpgp::Subkey::setKeyAlgorithm (const unsigned int keyAlgo)
- What are legal values? What do they mean? Where are they documented?
- Member Kpgp::Subkey::setKeyID (const KeyID &keyID)
- What are legal key IDs? How about NULL IDs?
- Member Kpgp::Subkey::setKeyLength (const unsigned int keyLen)
- What are the valid lengths? Is 0 ok?
- Member Kpgp::UserID::setInvalid (const bool invalid)
- Is it the user id that is invalid or the key itself? This should then also be documented in setText().
- Member Kpgp::UserID::setRevoked (const bool revoked)
- Does one revoke a user id or a key? See also comments for setInvalid() and setText().
- Member Kpgp::UserID::setValidity (const Validity validity)
- Are there any restrictions on how you can change validities?
- Member Kpgp::UserID::UserID (const QString &str, const Validity validity=KPGP_VALIDITY_UNKNOWN, const bool revoked=false, const bool invalid=false)
- How exactly do invalid and validity affect each other?
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.