com.foxinmy.weixin4j.util
Class Consts

java.lang.Object
  extended by com.foxinmy.weixin4j.util.Consts

public final class Consts
extends Object

常量类

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:

Field Summary
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 WEIXIN4J
           
static String X509
           
 
Constructor Summary
Consts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEIXIN4J

public static final String WEIXIN4J
See Also:
Constant Field Values

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
Constructor Detail

Consts

public Consts()


Copyright © 2014–2017. All rights reserved.