Package com.foxinmy.weixin4j.util
Class Consts
- java.lang.Object
-
- com.foxinmy.weixin4j.util.Consts
-
public final class Consts extends Object
常量类- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description static String
AES
static String
FAIL
static Charset
GBK
static String
JKS
static String
MD5
static String
PKCS12
static String
PROTOCOL_FILE
static String
PROTOCOL_JAR
static String
SEPARATOR
static String
SHA
static String
SHA1
static String
SUCCESS
static String
SunX509
static String
TLS
static Charset
UTF_8
static String
VERSION
static String
WEIXIN4J
static String
X509
-
Constructor Summary
Constructors Constructor Description Consts()
-
-
-
Field Detail
-
WEIXIN4J
public static final String WEIXIN4J
-
VERSION
public static final String VERSION
-
UTF_8
public static final Charset UTF_8
-
GBK
public static final Charset GBK
-
SUCCESS
public static final String SUCCESS
- See Also:
- Constant Field Values
-
FAIL
public static final String FAIL
- See Also:
- Constant Field Values
-
SunX509
public static final String SunX509
- See Also:
- Constant Field Values
-
JKS
public static final String JKS
- See Also:
- Constant Field Values
-
PKCS12
public static final String PKCS12
- See Also:
- Constant Field Values
-
TLS
public static final String TLS
- See Also:
- Constant Field Values
-
X509
public static final String X509
- See Also:
- Constant Field Values
-
AES
public static final String AES
- See Also:
- Constant Field Values
-
MD5
public static final String MD5
- See Also:
- Constant Field Values
-
SHA
public static final String SHA
- See Also:
- Constant Field Values
-
SHA1
public static final String SHA1
- See Also:
- Constant Field Values
-
PROTOCOL_FILE
public static final String PROTOCOL_FILE
- See Also:
- Constant Field Values
-
PROTOCOL_JAR
public static final String PROTOCOL_JAR
- See Also:
- Constant Field Values
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
-