summaryrefslogtreecommitdiff
path: root/gcr/gcr-certificate.h
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2009-02-14 00:23:27 +0000
committerStefan Walter <stefw@src.gnome.org>2009-02-14 00:23:27 +0000
commite8eed4dfd334f1727c74bf1aa95dc0a60924d806 (patch)
tree832403b16f6c0044005f62503c88aaa714ece414 /gcr/gcr-certificate.h
parenta5dcc5d84f639d8a1040d1a473fd3bc00e8833d1 (diff)
downloadgcr-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.h2
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);