JNI API and C API (Deprecated)

From wizarPOS
Revision as of 03:10, 22 April 2021 by Mahong (talk | contribs)

JNI API

The JNI interface wraps the C API to help Java developers use the C API. We recommend that you use the Java API instead of the JNI API.

C API

C API related header files and so libraries have been included in the system. Application developers can create native so libraries through C API to implement their business logic. As a result, the implementation will be more secure than the Java implementation. For example, the EMV library can use the C API.