public interface ISignerV4
| Modifier and Type | Method and Description |
|---|---|
void |
sign(SignableRequest request,
Credentials credentials)
Sign.
|
String |
signUrl(SignableRequest request,
Credentials credentials)
Sign url string.
|
void sign(SignableRequest request, Credentials credentials) throws Exception
request - the requestcredentials - the credentialsException - the exceptionString signUrl(SignableRequest request, Credentials credentials) throws Exception
request - the requestcredentials - the credentialsException - the exceptionCopyright © 2021. All rights reserved.