Searched refs:algorithmChecksumPair (Results 1 – 1 of 1) sorted by relevance
62 Pair<Algorithm, String> algorithmChecksumPair = getAlgorithmChecksumValuePair( in modifyHttpResponseContent() local64 updateContextWithChecksumValidationStatus(executionAttributes, algorithmChecksumPair); in modifyHttpResponseContent()66 if (algorithmChecksumPair != null && context.responseBody().isPresent()) { in modifyHttpResponseContent()68 … context.responseBody().get(), SdkChecksum.forAlgorithm(algorithmChecksumPair.left()), in modifyHttpResponseContent()69 algorithmChecksumPair.right())); in modifyHttpResponseContent()81 …Pair<Algorithm, String> algorithmChecksumPair = getAlgorithmChecksumValuePair(context.httpResponse… in modifyAsyncHttpResponseContent() local83 updateContextWithChecksumValidationStatus(executionAttributes, algorithmChecksumPair); in modifyAsyncHttpResponseContent()84 if (algorithmChecksumPair != null && context.responsePublisher().isPresent()) { in modifyAsyncHttpResponseContent()86 … SdkChecksum.forAlgorithm(algorithmChecksumPair.left()), in modifyAsyncHttpResponseContent()87 algorithmChecksumPair.right())); in modifyAsyncHttpResponseContent()[all …]