list v3 or v4 fingerprint

This commit is contained in:
Andreas Steffen
2009-11-08 23:21:03 +01:00
parent 9a127590ac
commit ab5762e32a
3 changed files with 65 additions and 3 deletions
@@ -34,6 +34,13 @@ struct pgp_certificate_t {
* Implements certificate_t.
*/
certificate_t interface;
/**
* Get the v3 or v4 fingerprint of the PGP public key
*
* @return fingerprint as chunk_t, internal data
*/
chunk_t (*get_fingerprint)(pgp_certificate_t *this);
};
#endif /** PGP_CERTIFICATE_H_ @}*/