diff -r 63b81d807542 -r 1f0034e370aa javacommons/security/src/utils/securityutils.h --- a/javacommons/security/src/utils/securityutils.h Thu Sep 02 13:22:59 2010 +0300 +++ b/javacommons/security/src/utils/securityutils.h Fri Sep 17 16:44:34 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*);