corda / net.corda.core.crypto / SecureHash / concatenateAs

concatenateAs

fun concatenateAs(concatAlgorithm: String, other: SecureHash): SecureHash

Append a second hash value to this hash value, and then compute the hash of the result using the specified algorithm.

Parameters

other - The hash to append to this one.

concatAlgorithm - The hash algorithm to use for the resulting hash.