Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 467 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 467 Bytes

Java Example

This example shows how to call a Java function using JNI (Java Native Interface).

PS: The function is from Itaú Shopline, a bank from Brazil which uses a function to encrypt data for payment request. Before FFI, the function was decompiled and written in PHP https://github.com/gabrielrcouto/php-itaucripto

Based on Calling Java From C