Searched refs:cryptoUpcallsClass (Results 1 – 3 of 3) sorted by relevance
22 jclass JniConstants::cryptoUpcallsClass; member in JniConstants56 cryptoUpcallsClass = JniUtil::getGlobalRefToClass( in init()
457 env->GetStaticMethodID(JniConstants::cryptoUpcallsClass, "rawSignDigestWithPrivateKey", in rawSignDigestWithPrivateKey()465 JniConstants::cryptoUpcallsClass, rawSignMethod, privateKey, messageArray.get())); in rawSignDigestWithPrivateKey()492 env->GetStaticMethodID(JniConstants::cryptoUpcallsClass, "rsaDecryptWithPrivateKey", in rsaDecryptWithPrivateKey()500 env->CallStaticObjectMethod(JniConstants::cryptoUpcallsClass, rsaDecryptMethod, in rsaDecryptWithPrivateKey()
45 static jclass cryptoUpcallsClass; variable