Searched refs:jCertAliasChars (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp841 const jchar* jCertAliasChars = NULL; local
872 jCertAliasChars = env->GetStringChars(jCertAliasName, NULL);
873 memcpy(pszCertAliasName, jCertAliasChars, size * sizeof(WCHAR));
881 env->ReleaseStringChars(jCertAliasName, jCertAliasChars);

Completed in 33 milliseconds