Uses of Class
com.oracle.bmc.objectstorage.model.ChecksumAlgorithm
-
-
Uses of ChecksumAlgorithm in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ChecksumAlgorithm Modifier and Type Method Description static ChecksumAlgorithmChecksumAlgorithm. create(String key)static ChecksumAlgorithmChecksumAlgorithm. 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. -
Uses of ChecksumAlgorithm in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithmCreateMultipartUploadRequest. 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.ChecksumAlgorithmPutObjectRequest. 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.ChecksumAlgorithmUploadPartRequest. 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.Methods in com.oracle.bmc.objectstorage.requests with parameters of type ChecksumAlgorithm Modifier and Type Method Description CreateMultipartUploadRequest.BuilderCreateMultipartUploadRequest.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.PutObjectRequest.BuilderPutObjectRequest.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.BuilderUploadPartRequest.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. -
Uses of ChecksumAlgorithm in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithmUploadConfiguration. getAdditionalChecksumAlgorithm()The value of the additional checksum algorithm.ChecksumAlgorithmUploadConfiguration. getEnforceAdditionalChecksumBeforeMultipartUpload()Flag to indicate that additional checksum should be set on every part of a multi-part upload.ChecksumAlgorithmUploadConfiguration. getEnforceAdditionalChecksumBeforeUpload()Flag to indicate that additional checksum should be set on every PutObject call. -
Uses of ChecksumAlgorithm in com.oracle.bmc.objectstorage.transfer.internal
Methods in com.oracle.bmc.objectstorage.transfer.internal that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithmChecksumInfo. getAlgorithm()Methods in com.oracle.bmc.objectstorage.transfer.internal with parameters of type ChecksumAlgorithm Modifier and Type Method Description static StringChecksumUtils. getChecksumFromUploadResponse(UploadManager.UploadResponse uploadResponse, ChecksumAlgorithm checksumAlgorithm, boolean isMultipart)static StringChecksumUtils. getResponseChecksum(BmcResponse response, ChecksumAlgorithm algorithm, boolean isMultipart)Constructors in com.oracle.bmc.objectstorage.transfer.internal with parameters of type ChecksumAlgorithm Constructor Description ChecksumInfo(String checksum, ChecksumAlgorithm algorithm)ChecksumInputStream(InputStream in, ChecksumAlgorithm algorithm, String expectedChecksum, long contentLength)
-