corda / net.corda.core.crypto / SecureHash / HASH

HASH

class HASH : SecureHash

Constructors

<init>

HASH(algorithm: String, bytes: ByteArray)

Properties

algorithm

val algorithm: String

Functions

equals

fun equals(other: Any?): Boolean

generate

fun generate(data: ByteArray): SecureHash

hashCode

fun hashCode(): Int

toString

fun toString(): String