Class Library
java.lang.Object
io.netty.internal.tcnative.Library
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleaninitialize(String libraryName, String engine) Setup native library.
-
Method Details
-
initialize
- Returns:
trueif initialization was successful- Throws:
Exception- if an error happens during initialization
-
initialize
Setup native library. This is the first method that must be called!- Parameters:
libraryName- the name of the library to loadengine- Support for external a Crypto Device ("engine"), usually- Returns:
trueif initialization was successful- Throws:
Exception- if an error happens during initialization
-