Package | Description |
---|---|
com.ibm.cloud.objectstorage.auth | |
com.ibm.cloud.objectstorage.services.s3.internal |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
AWS4Signer.computeSignature(String stringToSign,
byte[] signingKey,
AWS4SignerRequestParams signerRequestParams)
Step 3 of the AWS Signature version 4 calculation.
|
protected String |
AWS4Signer.createStringToSign(String canonicalRequest,
AWS4SignerRequestParams signerParams)
Step 2 of the AWS Signature version 4 calculation.
|
protected void |
AWS4Signer.processRequestPayload(SignableRequest<?> request,
byte[] signature,
byte[] signingKey,
AWS4SignerRequestParams signerRequestParams)
Subclass could override this method to perform any additional procedure
on the request payload, with access to the result from signing the
header.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AWSS3V4Signer.processRequestPayload(SignableRequest<?> request,
byte[] signature,
byte[] signingKey,
AWS4SignerRequestParams signerRequestParams)
If necessary, creates a chunk-encoding wrapper on the request payload.
|
Copyright © 2024. All rights reserved.