com.aliyuncs.utils
类 ParameterHelper

java.lang.Object
  继承者 com.aliyuncs.utils.ParameterHelper

public class ParameterHelper
extends Object


构造方法摘要
ParameterHelper()
           
 
方法摘要
static String getISO8601Time(Date date)
           
static String getRFC2616Date(Date date)
           
static String getUniqueNonce()
           
static String md5Sum(byte[] buff)
           
static Date parse(String strDate)
           
static Date parseISO8601(String strDate)
           
static Date parseRFC2616(String strDate)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ParameterHelper

public ParameterHelper()
方法详细信息

getUniqueNonce

public static String getUniqueNonce()

getISO8601Time

public static String getISO8601Time(Date date)

getRFC2616Date

public static String getRFC2616Date(Date date)

parse

public static Date parse(String strDate)
                  throws ParseException
抛出:
ParseException

parseISO8601

public static Date parseISO8601(String strDate)
                         throws ParseException
抛出:
ParseException

parseRFC2616

public static Date parseRFC2616(String strDate)
                         throws ParseException
抛出:
ParseException

md5Sum

public static String md5Sum(byte[] buff)


Copyright © 2017. All Rights Reserved.