diff -r 4ad59aaee882 -r 2f468c1958d0 javacommons/security/src/utils/securityutils.h --- a/javacommons/security/src/utils/securityutils.h Fri Sep 17 08:28:21 2010 +0300 +++ b/javacommons/security/src/utils/securityutils.h Mon Oct 04 00:10:53 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); + static void computePublicKeyHash(X509 *, char *); private: static bool checkIMEI(const X509_EXTENSION *, const char *); static char * computeDigest1(const char*);