| Constructor and Description |
|---|
BceV1Signer() |
| 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.
|
public void sign(InternalRequest request, BceCredentials credentials)
Signersign in interface Signerrequest - the request to sign.credentials - the credentials to sign the request with.Signer.sign(InternalRequest, BceCredentials)public void sign(InternalRequest request, BceCredentials credentials, SignOptions options)
Copyright © 2023. All rights reserved.