Uses of Enum
com.adobe.testing.s3mock.dto.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return ChecksumAlgorithmModifier and TypeMethodDescriptionstatic ChecksumAlgorithmChecksumAlgorithm.fromString(String value) static ChecksumAlgorithmReturns 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.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionObjectService.putS3Object(String bucketName, String key, String contentType, Map<String, String> storeHeaders, InputStream dataStream, boolean useV4ChunkedWithSigningFormat, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, List<Tag> tags, ChecksumAlgorithm checksumAlgorithm, String checksum, Owner owner) Stores an object inside a Bucket. -
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return ChecksumAlgorithmMethods in com.adobe.testing.s3mock.store with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionvoidS3ObjectMetadata.setChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) ObjectStore.storeS3ObjectMetadata(BucketMetadata bucket, UUID id, String key, String contentType, Map<String, String> storeHeaders, InputStream dataStream, boolean useV4ChunkedWithSigningFormat, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, String etag, List<Tag> tags, ChecksumAlgorithm checksumAlgorithm, String checksum, Owner owner) Stores an object inside a Bucket. -
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.util
Fields in com.adobe.testing.s3mock.util declared as ChecksumAlgorithmMethods in com.adobe.testing.s3mock.util that return ChecksumAlgorithmModifier and TypeMethodDescriptionstatic ChecksumAlgorithmHeaderUtil.checksumAlgorithmFrom(org.springframework.http.HttpHeaders headers) AwsChecksumInputStream.getAlgorithm()