The LocalKeyManagerDigestParams interface defines the algorithm-specific parameters that should be passed into the LocalKeyManager.digest() method.
LocalKeyManagerDigestParams
LocalKeyManager.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
LocalKeyManagerDigestParams
interface defines the algorithm-specific parameters that should be passed into theLocalKeyManager.digest()
method.