com.aliyuncs.utils
类 ParameterHelper
java.lang.Object
com.aliyuncs.utils.ParameterHelper
public class ParameterHelper
- extends Object
从类 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.