javacommons/security/src/utils/securityutils.h
branchRCL_3
changeset 83 26b2b12093af
parent 19 04becd199f91
--- a/javacommons/security/src/utils/securityutils.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/security/src/utils/securityutils.h	Wed Oct 13 14:23:59 2010 +0300
@@ -95,6 +95,7 @@
     char * domain_category;
     char * jar_hash;
     char * root_hash;
+    char * root_id;
     int chain_index;
     int predefined_domain_category;
     CERT_DETAILS* signing_cert;
@@ -120,6 +121,7 @@
     static void getAuthInfo(JNIEnv*, jobjectArray, int, AUTH_INFO *);
     static jobject getJNICertDetails(JNIEnv *, const CERT_DETAILS);
     static jobjectArray getJNIAuthCredentials(JNIEnv *, std::vector<AUTH_CREDENTIALS*>);
+    static void computePublicKeyHash(X509 *, char *);
 private:
     static bool checkIMEI(const X509_EXTENSION *, const char *);
     static char * computeDigest1(const char*);