Package com.alibaba.druid.filter.config
Class ConfigTools
java.lang.Object
com.alibaba.druid.filter.config.ConfigTools
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static String[]genKeyPair(int keySize) Deprecated.static byte[][]genKeyPairBytes(int keySize) Deprecated.static PublicKeygetPublicKey(String publicKeyText) Deprecated.static PublicKeygetPublicKeyByPublicKeyFile(String publicKeyFile) Deprecated.static PublicKeygetPublicKeyByX509(String x509File) Deprecated.static voidDeprecated.
-
Field Details
-
DEFAULT_PUBLIC_KEY_STRING
Deprecated.- See Also:
-
-
Constructor Details
-
ConfigTools
public ConfigTools()Deprecated.
-
-
Method Details
-
main
Deprecated.- Throws:
Exception
-
decrypt
Deprecated.- Throws:
Exception
-
decrypt
Deprecated.- Throws:
Exception
-
getPublicKeyByX509
Deprecated. -
getPublicKey
Deprecated. -
getPublicKeyByPublicKeyFile
Deprecated. -
decrypt
Deprecated.- Throws:
Exception
-
encrypt
Deprecated.- Throws:
Exception
-
encrypt
Deprecated.- Throws:
Exception
-
encrypt
Deprecated.- Throws:
Exception
-
genKeyPairBytes
public static byte[][] genKeyPairBytes(int keySize) throws NoSuchAlgorithmException, NoSuchProviderException Deprecated. -
genKeyPair
public static String[] genKeyPair(int keySize) throws NoSuchAlgorithmException, NoSuchProviderException Deprecated.
-