Searched defs:exponentBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp1527 jbyte* exponentBytes = NULL; local
1546 exponentBytes = new jbyte[len];
1550 exponentBytes[i] = ((BYTE*) &pRsaPubKey->pubexp)[j];
1554 env->SetByteArrayRegion(exponent, 0, len, exponentBytes);
1561 if (exponentBytes)
1562 delete [] exponentBytes;

Completed in 58 milliseconds