public final class Library extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
initialize()
|
static boolean |
initialize(String libraryName,
String engine)
Setup native library.
|
public static boolean initialize() throws Exception
true
if initialization was successfulException
- if an error happens during initializationpublic static boolean initialize(String libraryName, String engine) throws Exception
libraryName
- the name of the library to loadengine
- Support for external a Crypto Device ("engine"), usuallytrue
if initialization was successfulException
- if an error happens during initializationCopyright © 2008–2021 The Netty Project. All rights reserved.