| Modifier and Type | Method and Description |
|---|---|
Digest |
build() |
Digest.DigestBuilder |
charset(Charset charset) |
Digest.DigestBuilder |
hashingAlgorithm(HashingAlgorithm hashingAlgorithm) |
Digest.DigestBuilder |
requestBody(String requestBody) |
public Digest.DigestBuilder requestBody(String requestBody)
public Digest.DigestBuilder hashingAlgorithm(HashingAlgorithm hashingAlgorithm)
hashingAlgorithm - The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843].public Digest.DigestBuilder charset(Charset charset)
public Digest build()
Copyright © 2020. All rights reserved.