Modifier and Type | Field and Description |
---|---|
static String |
CONF_PREFIX
The prefix of all crypto configuration keys.
|
static String |
LIB_NAME_KEY
The configuration key of the file name for loading crypto library.
|
static String |
LIB_PATH_KEY
The configuration key of the path for loading crypto library.
|
static String |
LIB_TEMPDIR_KEY
The configuration key of temp directory for extracting crypto library.
|
Constructor and Description |
---|
Crypto() |
Modifier and Type | Method and Description |
---|---|
static String |
getComponentName()
Gets the component version of Apache Commons Crypto.
|
static String |
getComponentVersion()
Gets the component version of Apache Commons Crypto.
|
static Throwable |
getLoadingError()
The loading error throwable, if loading failed.
|
static boolean |
isNativeCodeLoaded()
Checks whether the native code has been successfully loaded for the platform.
|
static void |
main(String[] args)
The Main of Crypto.
|
public static final String CONF_PREFIX
public static final String LIB_NAME_KEY
public static final String LIB_PATH_KEY
public static final String LIB_TEMPDIR_KEY
public Crypto()
public static String getComponentName()
This implementation relies on the VERSION properties file which must be set up with the correct contents by the build process. This is done automatically by Maven.
public static String getComponentVersion()
This implementation relies on the VERSION properties file which must be set up with the correct contents by the build process. This is done automatically by Maven.
public static Throwable getLoadingError()
public static boolean isNativeCodeLoaded()
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.