public class RequestSignerBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
AWS_ALGORITHM |
static SimpleDateFormat |
DATE_FORMAT |
static SimpleDateFormat |
DATE_TIME_FORMAT |
protected static String |
SCHEME |
protected static String |
TERMINATOR |
Modifier | Constructor and Description |
---|---|
protected |
RequestSignerBase(com.amazonaws.auth.AWSCredentials awsCredentials,
String region,
String service,
Date date) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
deriveKey() |
protected byte[] |
hash(byte[] kSecret,
String obj) |
protected String |
hexEncode(String obj) |
public static final SimpleDateFormat DATE_TIME_FORMAT
public static final SimpleDateFormat DATE_FORMAT
protected static final String AWS_ALGORITHM
protected static final String TERMINATOR
protected static final String SCHEME
Copyright © 2011–2019 ingenieux. All rights reserved.