| Package | Description |
|---|---|
| com.ibm.cos.v2.auth.signer.internal.util | |
| com.ibm.cos.v2.core | |
| com.ibm.cos.v2.core.internal.signer | |
| com.ibm.cos.v2.core.internal.util |
| Modifier and Type | Method and Description |
|---|---|
static SigningMethod |
SignerMethodResolver.resolveSigningMethodUsed(Signer signer,
ExecutionAttributes executionAttributes,
AwsCredentials credentials)
The signing method can be Header-Auth, streaming-signing auth or Unsigned-payload.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<SigningMethod> |
HttpChecksumConstant.SIGNING_METHOD |
| Modifier and Type | Method and Description |
|---|---|
static SigningMethod |
SigningMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningMethod[] |
SigningMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HttpChecksumUtils.isHeaderBasedSigningAuth(SigningMethod signingMethodUsed,
String protocol) |
static boolean |
HttpChecksumUtils.isUnsignedPayload(SigningMethod signingMethod,
String protocol,
boolean isContentStreaming) |
Copyright © 2026. All rights reserved.