The AwsKeyManagerDigestParams interface defines the algorithm-specific parameters that should be passed into the AwsKeyManager.digest() method.
AwsKeyManagerDigestParams
AwsKeyManager.digest()
A string defining the name of hash function to use. The value must be one of the following:
"SHA-256"
Data to be digested.
The
AwsKeyManagerDigestParams
interface defines the algorithm-specific parameters that should be passed into theAwsKeyManager.digest()
method.