public interface Signer
| Modifier and Type | Method and Description |
|---|---|
void |
sign(InternalRequest request,
BceCredentials credentials)
Equivalent to sign(request, credentials, SignOptions.DEFAULT).
|
void |
sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
void sign(InternalRequest request, BceCredentials credentials)
request - the request to sign.credentials - the credentials to sign the request with.NullPointerException - if any parameter is null.void sign(InternalRequest request, BceCredentials credentials, SignOptions options)
request - the request to sign.credentials - the credentials to sign the request with.options - the options for signing.NullPointerException - if any parameter is null.Copyright © 2024. All rights reserved.