Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
QString toPlain() const;
QString toSortable() const;
int ymdg(int *y, int *m, int *d, int *g) const;
int a1time::ymdg(int *y, int *m, int *d, int *h, int *M, int *s, int *g) const;
int ymdg(int *y, int *m, int *d, int *h, int *M, int *s, int *g) const;
ASN1_TIME *get() const;
ASN1_TIME *get_utc() const;
a1time &now(int delta = 0);
void preprocess();
void inToCont(pki_base *pki);
pki_base *insert(pki_base *item);
void db_crl::deletePKI(pki_base *pki);
void deletePKI(pki_base *pki);
signals:
void updateCertView();
};
void writeAllCerts(const QString fname, bool onlyTrusted);
pki_x509 *getByIssSerial(const pki_x509 *issuer, const a1int &a);
pki_x509 *getBySubject(const x509name &xname, pki_x509 *last = NULL);
pki_base *db_x509::insert(pki_base *item);
public slots:
void revokeCert(const x509rev &revok, const pki_x509 *issuer);
pki_key(const QString name = "", int type = EVP_PKEY_RSA);
pki_key(EVP_PKEY *pkey);
// copy constructor
pki_key::pki_key(const pki_key *pk);
pki_key(const pki_key *pk);
/* destructor */
~pki_key();