| Interface | Description |
|---|---|
| BceCredentials |
Provides access to the BCE credentials used for accessing BCE services: BCE access key ID and secret access key.
|
| BceSessionCredentials |
Provides access to the BCE credentials used for accessing BCE services: BCE access key ID, secret access key and
session token.
|
| Signer |
A strategy for applying cryptographic signatures to a request, proving that the request was made by someone in
possession of the given set of credentials without transmitting the secret key over the wire.
|
| Class | Description |
|---|---|
| BceV1Signer |
The V1 implementation of Signer with the BCE signing protocol.
|
| DefaultBceCredentials |
Default implementation of the Credentials interface that allows callers to pass in the BCE access key and secret
access in the constructor.
|
| DefaultBceSessionCredentials |
Default implementation of the BceTokenCredentials interface that allows callers to pass in the BCE access key id,
secret key and session token in the constructor.
|
| Signature |
The V1 implementation of Signature verification with the BCE signing protocol.
|
| SignOptions |
Options for signing the request.
|
Copyright © 2021. All rights reserved.