diff options
author | Stefan Walter <stefw@src.gnome.org> | 2009-02-14 00:23:27 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2009-02-14 00:23:27 +0000 |
commit | e8eed4dfd334f1727c74bf1aa95dc0a60924d806 (patch) | |
tree | 832403b16f6c0044005f62503c88aaa714ece414 /gcr/gcr-certificate.h | |
parent | a5dcc5d84f639d8a1040d1a473fd3bc00e8833d1 (diff) | |
download | gcr-e8eed4dfd334f1727c74bf1aa95dc0a60924d806.tar.gz |
Fill in the key size field.
svn path=/trunk/; revision=1574
Diffstat (limited to 'gcr/gcr-certificate.h')
-rw-r--r-- | gcr/gcr-certificate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcr/gcr-certificate.h b/gcr/gcr-certificate.h index 217cd37..02b67a7 100644 --- a/gcr/gcr-certificate.h +++ b/gcr/gcr-certificate.h @@ -78,6 +78,8 @@ guchar* gcr_certificate_get_serial_number (GcrCertificate *self gchar* gcr_certificate_get_serial_number_hex (GcrCertificate *self); +guint gcr_certificate_get_key_size (GcrCertificate *self); + guchar* gcr_certificate_get_fingerprint (GcrCertificate *self, GChecksumType type, gsize *n_length); |