View | Details | Raw Unified
Collapse All | Expand All

(-) xca-0.5.1.org/lib/asn1time.h (-1 / +1 lines)
 Lines 75-81   class a1time Link Here 
	QString toPlain() const;
	QString toPlain() const;
	QString toSortable() const;
	QString toSortable() const;
	int ymdg(int *y, int *m, int *d, int *g) 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() const;
	ASN1_TIME *get_utc() const;
	ASN1_TIME *get_utc() const;
	a1time &now(int delta = 0);
	a1time &now(int delta = 0);
(-) xca-0.5.1.org/lib/db_crl.h (-1 / +1 lines)
 Lines 69-75   class db_crl: public db_base Link Here 
	void preprocess();
	void preprocess();
	void inToCont(pki_base *pki);
	void inToCont(pki_base *pki);
	pki_base *insert(pki_base *item);
	pki_base *insert(pki_base *item);
	void db_crl::deletePKI(pki_base *pki);
	void deletePKI(pki_base *pki);
    signals:
    signals:
	void updateCertView();
	void updateCertView();
};
};
(-) xca-0.5.1.org/lib/db_x509.h (-1 / +1 lines)
 Lines 84-90   class db_x509: public db_x509super Link Here 
	void writeAllCerts(const QString fname, bool onlyTrusted);
	void writeAllCerts(const QString fname, bool onlyTrusted);
	pki_x509 *getByIssSerial(const pki_x509 *issuer, const a1int &a);
	pki_x509 *getByIssSerial(const pki_x509 *issuer, const a1int &a);
	pki_x509 *getBySubject(const x509name &xname, pki_x509 *last = NULL);
	pki_x509 *getBySubject(const x509name &xname, pki_x509 *last = NULL);
	pki_base *db_x509::insert(pki_base *item);
	pki_base *insert(pki_base *item);
    public slots:
    public slots:
	void revokeCert(const x509rev &revok, const pki_x509 *issuer);
	void revokeCert(const x509rev &revok, const pki_x509 *issuer);
    
    
(-) xca-0.5.1.org/lib/pki_key.h (-1 / +1 lines)
 Lines 83-89   class pki_key: public pki_base Link Here 
	pki_key(const QString name = "", int type = EVP_PKEY_RSA);
	pki_key(const QString name = "", int type = EVP_PKEY_RSA);
	pki_key(EVP_PKEY *pkey);
	pki_key(EVP_PKEY *pkey);
	// copy constructor
	// copy constructor
	pki_key::pki_key(const pki_key *pk);
	pki_key(const pki_key *pk);
	/* destructor */
	/* destructor */
	~pki_key();
	~pki_key();