Cipherpack Factory, called by automatically to load the native library.
More...
Cipherpack Factory, called by automatically to load the native library.
Further provides access to certain property settings, see DEBUG
, VERBOSE
.
Definition at line 47 of file CPFactory.java.
◆ getAPIVersion()
static final String org.cipherpack.CPFactory.getAPIVersion |
( |
| ) |
|
|
static |
◆ getImplVersion()
static final String org.cipherpack.CPFactory.getImplVersion |
( |
| ) |
|
|
static |
◆ doPrivileged()
static< T > T org.cipherpack.CPFactory.doPrivileged |
( |
final PrivilegedAction< T > |
o | ) |
|
|
static |
◆ checkInitialized()
static void org.cipherpack.CPFactory.checkInitialized |
( |
| ) |
|
|
static |
◆ isInitialized()
static boolean org.cipherpack.CPFactory.isInitialized |
( |
| ) |
|
|
static |
◆ initLibrary()
static synchronized void org.cipherpack.CPFactory.initLibrary |
( |
| ) |
|
|
static |
◆ getManifest()
static final Manifest org.cipherpack.CPFactory.getManifest |
( |
final ClassLoader |
cl, |
|
|
final String[] |
extensions |
|
) |
| |
|
static |
Helper function to retrieve a Manifest instance.
Definition at line 285 of file CPFactory.java.
◆ main()
static void org.cipherpack.CPFactory.main |
( |
final String |
args[] | ) |
|
|
static |
◆ getNativeVersion()
static native String org.cipherpack.CPFactory.getNativeVersion |
( |
| ) |
|
|
static |
◆ getNativeAPIVersion()
static native String org.cipherpack.CPFactory.getNativeAPIVersion |
( |
| ) |
|
|
static |
◆ VERBOSE
final boolean org.cipherpack.CPFactory.VERBOSE |
|
static |
Verbose logging enabled or disabled.
System property org.cipherpack.verbose
, boolean, default false
.
Definition at line 67 of file CPFactory.java.
◆ DEBUG
final boolean org.cipherpack.CPFactory.DEBUG |
|
static |
Debug logging enabled or disabled.
System property org.cipherpack.debug
, boolean, default false
.
Definition at line 75 of file CPFactory.java.
◆ JAULIB_AVAILABLE
final boolean org.cipherpack.CPFactory.JAULIB_AVAILABLE |
|
static |
◆ JAULIB_JARCACHE_USED
final boolean org.cipherpack.CPFactory.JAULIB_JARCACHE_USED |
|
static |
The documentation for this class was generated from the following file: