Modifier and Type | Method and Description |
---|---|
static ChecksumAlgorithm |
ChecksumAlgorithm.create(String key) |
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
ChecksumAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChecksumAlgorithm |
PutObjectRequest.getOpcChecksumAlgorithm()
The optional checksum algorithm to use to compute and store the checksum of the body of the
HTTP request (or the parts in case of multipart uploads), in addition to the default MD5
checksum.
|
ChecksumAlgorithm |
CreateMultipartUploadRequest.getOpcChecksumAlgorithm()
The optional checksum algorithm to use to compute and store the checksum of the body of the
HTTP request (or the parts in case of multipart uploads), in addition to the default MD5
checksum.
|
ChecksumAlgorithm |
UploadPartRequest.getOpcChecksumAlgorithm()
The optional checksum algorithm to use to compute and store the checksum of the body of the
HTTP request (or the parts in case of multipart uploads), in addition to the default MD5
checksum.
|
Modifier and Type | Method and Description |
---|---|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcChecksumAlgorithm(ChecksumAlgorithm opcChecksumAlgorithm)
The optional checksum algorithm to use to compute and store the checksum of the body of
the HTTP request (or the parts in case of multipart uploads), in addition to the default
MD5 checksum.
|
CreateMultipartUploadRequest.Builder |
CreateMultipartUploadRequest.Builder.opcChecksumAlgorithm(ChecksumAlgorithm opcChecksumAlgorithm)
The optional checksum algorithm to use to compute and store the checksum of the body of
the HTTP request (or the parts in case of multipart uploads), in addition to the default
MD5 checksum.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcChecksumAlgorithm(ChecksumAlgorithm opcChecksumAlgorithm)
The optional checksum algorithm to use to compute and store the checksum of the body of
the HTTP request (or the parts in case of multipart uploads), in addition to the default
MD5 checksum.
|
Modifier and Type | Method and Description |
---|---|
ChecksumAlgorithm |
UploadConfiguration.getAdditionalChecksumAlgorithm()
The value of the additional checksum algorithm.
|
ChecksumAlgorithm |
UploadConfiguration.getEnforceAdditionalChecksumBeforeMultipartUpload()
Flag to indicate that additional checksum should be set on every part of a multi-part upload.
|
ChecksumAlgorithm |
UploadConfiguration.getEnforceAdditionalChecksumBeforeUpload()
Flag to indicate that additional checksum should be set on every PutObject call.
|
Modifier and Type | Method and Description |
---|---|
ChecksumAlgorithm |
ChecksumInfo.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static String |
ChecksumUtils.getChecksumFromUploadResponse(UploadManager.UploadResponse uploadResponse,
ChecksumAlgorithm checksumAlgorithm,
boolean isMultipart) |
static String |
ChecksumUtils.getResponseChecksum(BmcResponse response,
ChecksumAlgorithm algorithm,
boolean isMultipart) |
Constructor and Description |
---|
ChecksumInfo(String checksum,
ChecksumAlgorithm algorithm) |
ChecksumInputStream(InputStream in,
ChecksumAlgorithm algorithm,
String expectedChecksum,
long contentLength) |
Copyright © 2016–2025. All rights reserved.