EldoS
Navigation
Web site
Support
Table Of Contents

Using Java Native Interface (JNI)

Java Native Interface (JNI) is used to let Java application access system-specific features such as Windows Crypto API and PKCS#11 drivers (DLLs).

JNI layer consists of two native libraries for Windows: sbbjni32.dll and sbbjni64.dll (for 32-bit and x64 systems respectively). JNI should be turned on if your need PKCS #11 or Win32 CryptoAPI / CNG support. CryptUI utility methods also require JNI.

JNI can be turned on using SecureBlackbox.Base.JNI.initialize() method. You can put both DLLs to java.library.path and call this method without parameters or pass a full path to a library as a parameter.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation