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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp1736 jsize jPublicExponentLength = env->GetArrayLength(jPublicExponent); local
1737 if (jPublicExponentLength > sizeof(pRsaPubKey->pubexp)) {
1741 // The length argument must be the smaller of jPublicExponentLength
1744 (jbyte *) &(pRsaPubKey->pubexp), jPublicExponentLength);

Completed in 152 milliseconds