Package | Description |
---|---|
com.ibm.cloud.objectstorage.auth |
Modifier and Type | Method and Description |
---|---|
static SignatureVersion |
SignatureVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureVersion[] |
SignatureVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryStringSigner.sign(SignableRequest<?> request,
SignatureVersion version,
SigningAlgorithm algorithm,
AWSCredentials credentials)
This signer will add following authentication parameters to the request:
AWSAccessKeyId SignatureVersion SignatureMethod Timestamp Signature
|
Copyright © 2024. All rights reserved.