Skip to content

Latest commit

 

History

History
 
 

java-itaucripto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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