• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdeutils
  • Sitemap
  • Contact Us
 

kgpg

KgpgCore::KgpgKey

KgpgCore::KgpgKey Class Reference

#include <kgpgkey.h>

Inheritance diagram for KgpgCore::KgpgKey:

Inheritance graph
[legend]

List of all members.


Detailed Description

Definition at line 489 of file kgpgkey.h.


Public Member Functions

void addSign (const KgpgKeySign &sign)
KgpgKeyAlgo algorithm () const
QString comment () const
QString creation () const
QDate creationDate () const
QString email () const
QString expiration () const
QDate expirationDate () const
QString fingerprint () const
QString fingerprintBeautified () const
QString fullId () const
QString id () const
 KgpgKey (const KgpgKey &other)
 KgpgKey ()
QString name () const
bool operator!= (const KgpgKey &other) const
KgpgKey & operator= (const KgpgKey &other)
bool operator== (const KgpgKey &other) const
KgpgKeyOwnerTrust ownerTrust () const
QStringList photoList () const
bool secret () const
void setAlgorithm (const KgpgKeyAlgo &algo)
void setComment (const QString &comment)
void setCreation (const QDate &date)
void setEmail (const QString &email)
void setExpiration (const QDate &date)
void setFingerprint (const QString &fingerprint)
void setName (const QString &name)
void setOwnerTrust (const KgpgKeyOwnerTrust &owtrust)
void setSecret (const bool &secret)
void setSize (const uint &size)
void setTrust (const KgpgKeyTrust &trust)
void setValid (const bool &valid)
KgpgKeySignList signList () const
uint size () const
KgpgKeySubListPtr subList () const
KgpgKeyTrust trust () const
KgpgKeyUatListPtr uatList () const
KgpgKeyUidListPtr uidList () const
bool unlimited () const
bool valid () const

Static Public Member Functions

static QString expiration (const QDate &date)

Constructor & Destructor Documentation

KgpgCore::KgpgKey::KgpgKey (  ) 

Definition at line 539 of file kgpgkey.cpp.

KgpgCore::KgpgKey::KgpgKey ( const KgpgKey &  other  ) 

Definition at line 549 of file kgpgkey.cpp.


Member Function Documentation

void KgpgCore::KgpgKey::addSign ( const KgpgKeySign &  sign  ) 

Definition at line 718 of file kgpgkey.cpp.

KgpgKeyAlgo KgpgCore::KgpgKey::algorithm (  )  const

Definition at line 695 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::comment (  )  const

Definition at line 645 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::creation (  )  const

Definition at line 700 of file kgpgkey.cpp.

QDate KgpgCore::KgpgKey::creationDate (  )  const

Definition at line 680 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::email (  )  const

Definition at line 640 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::expiration (  )  const

Definition at line 705 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::expiration ( const QDate &  date  )  [static]

Definition at line 504 of file kgpgkey.cpp.

QDate KgpgCore::KgpgKey::expirationDate (  )  const

Definition at line 685 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::fingerprint (  )  const

Definition at line 650 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::fingerprintBeautified (  )  const

Definition at line 655 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::fullId (  )  const

Definition at line 630 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::id (  )  const

Definition at line 625 of file kgpgkey.cpp.

QString KgpgCore::KgpgKey::name (  )  const

Definition at line 635 of file kgpgkey.cpp.

bool KgpgCore::KgpgKey::operator!= ( const KgpgKey &  other  )  const [inline]

Definition at line 541 of file kgpgkey.h.

KgpgKey & KgpgCore::KgpgKey::operator= ( const KgpgKey &  other  ) 

Definition at line 750 of file kgpgkey.cpp.

bool KgpgCore::KgpgKey::operator== ( const KgpgKey &  other  )  const

Definition at line 743 of file kgpgkey.cpp.

KgpgKeyOwnerTrust KgpgCore::KgpgKey::ownerTrust (  )  const

Definition at line 670 of file kgpgkey.cpp.

QStringList KgpgCore::KgpgKey::photoList (  )  const

Definition at line 710 of file kgpgkey.cpp.

bool KgpgCore::KgpgKey::secret (  )  const

Definition at line 615 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setAlgorithm ( const KgpgKeyAlgo &  algo  ) 

Definition at line 610 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setComment ( const QString &  comment  ) 

Definition at line 575 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setCreation ( const QDate &  date  ) 

Definition at line 600 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setEmail ( const QString &  email  ) 

Definition at line 570 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setExpiration ( const QDate &  date  ) 

Definition at line 605 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setFingerprint ( const QString &  fingerprint  ) 

Definition at line 580 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setName ( const QString &  name  ) 

Definition at line 565 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setOwnerTrust ( const KgpgKeyOwnerTrust &  owtrust  ) 

Definition at line 590 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setSecret ( const bool &  secret  ) 

Definition at line 555 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setSize ( const uint &  size  ) 

Definition at line 585 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setTrust ( const KgpgKeyTrust &  trust  ) 

Definition at line 595 of file kgpgkey.cpp.

void KgpgCore::KgpgKey::setValid ( const bool &  valid  ) 

Definition at line 560 of file kgpgkey.cpp.

KgpgKeySignList KgpgCore::KgpgKey::signList (  )  const

Definition at line 723 of file kgpgkey.cpp.

uint KgpgCore::KgpgKey::size (  )  const

Definition at line 665 of file kgpgkey.cpp.

KgpgKeySubListPtr KgpgCore::KgpgKey::subList (  )  const

Definition at line 738 of file kgpgkey.cpp.

KgpgKeyTrust KgpgCore::KgpgKey::trust (  )  const

Definition at line 675 of file kgpgkey.cpp.

KgpgKeyUatListPtr KgpgCore::KgpgKey::uatList (  )  const

Definition at line 728 of file kgpgkey.cpp.

KgpgKeyUidListPtr KgpgCore::KgpgKey::uidList (  )  const

Definition at line 733 of file kgpgkey.cpp.

bool KgpgCore::KgpgKey::unlimited (  )  const

Definition at line 690 of file kgpgkey.cpp.

bool KgpgCore::KgpgKey::valid (  )  const

Definition at line 620 of file kgpgkey.cpp.


The documentation for this class was generated from the following files:
  • kgpgkey.h
  • kgpgkey.cpp

kgpg

Skip menu "kgpg"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • okteta
  • printer-applet
  • superkaramba
  • sweeper
Generated for kdeutils by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal