public final class Crypto extends Object
?????? | ????? |
---|---|
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.
|
?????? |
---|
Crypto() |
?????? | ????? |
---|---|
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_PATH_KEY
public static final String LIB_NAME_KEY
public static boolean isNativeCodeLoaded()
public static Throwable getLoadingError()
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 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.
Copyright © 2016 The Apache Software Foundation. All rights reserved.