Uses of Enum
software.amazon.awssdk.core.checksums.Algorithm
Packages that use Algorithm
Package
Description
-
Uses of Algorithm in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return AlgorithmModifier and TypeMethodDescriptionChecksumSpecs.algorithm()Deprecated.static AlgorithmDeprecated.static AlgorithmDeprecated.Returns the enum constant of this type with the specified name.static Algorithm[]Algorithm.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.core.checksums that return types with arguments of type AlgorithmModifier and TypeMethodDescriptionChecksumSpecs.responseValidationAlgorithms()Deprecated.useChecksumSpecs.algorithmV2()insteadMethods in software.amazon.awssdk.core.checksums with parameters of type AlgorithmModifier and TypeMethodDescriptionDeprecated.static SdkChecksumSdkChecksum.forAlgorithm(Algorithm algorithm) Deprecated.Gets the Checksum based on the required Algorithm.Method parameters in software.amazon.awssdk.core.checksums with type arguments of type AlgorithmModifier and TypeMethodDescriptionChecksumSpecs.Builder.responseValidationAlgorithms(List<Algorithm> responseValidationAlgorithms) Deprecated.useChecksumSpecs.Builder.responseValidationAlgorithmsinstead -
Uses of Algorithm in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type AlgorithmModifier and TypeFieldDescriptionstatic final ExecutionAttribute<Algorithm>SdkExecutionAttribute.HTTP_CHECKSUM_VALIDATION_ALGORITHMDeprecated. -
Uses of Algorithm in software.amazon.awssdk.core.internal.util
Methods in software.amazon.awssdk.core.internal.util that return AlgorithmModifier and TypeMethodDescriptionstatic AlgorithmHttpChecksumUtils.toLegacyChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Methods in software.amazon.awssdk.core.internal.util with parameters of type AlgorithmModifier and TypeMethodDescriptionstatic longChunkContentUtils.calculateChecksumTrailerLength(Algorithm algorithm, String headerName) Calculates the content length for a given algorithm and header name.static byte[]HttpChecksumUtils.computeChecksum(InputStream is, Algorithm algorithm) Computes the Checksum of the data in the given input stream and returns it as an array of bytes.static ChecksumAlgorithmHttpChecksumUtils.toNewChecksumAlgorithm(Algorithm checksumAlgorithm)
ChecksumSpecs.algorithmV2()instead