public final class KSSSignerRequestParams extends Object
| 构造器和说明 |
|---|
KSSSignerRequestParams(Request request,
Date signingDateOverride,
String regionNameOverride,
String serviceName,
String signingAlgorithm) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFormattedSigningDate()
Returns the formatted date in UTC zone of the signing date.
|
String |
getFormattedSigningDateTime()
Returns the formatted date and time of the signing date in UTC zone.
|
String |
getRegionName()
Returns the KSS region name to be used while computing the signature.
|
Request |
getRequest()
Returns the request for which the signing needs to be done.
|
String |
getScope()
Returns the scope of the signing.
|
String |
getServiceName()
Returns the KSS Service name to be used while computing the signature.
|
String |
getSigningAlgorithm()
Returns the signing algorithm used for computing the signature.
|
long |
getSigningDateTimeMilli()
Returns the signing date time in millis for which the signature needs to
be computed.
|
public Request getRequest()
public String getScope()
public String getFormattedSigningDateTime()
public long getSigningDateTimeMilli()
public String getRegionName()
public String getServiceName()
public String getFormattedSigningDate()
public String getSigningAlgorithm()
Copyright © 2024. All rights reserved.