com.r3corda.core.crypto / SecureHash / SHA256

SHA256

class SHA256 : SecureHash

SHA-256 is part of the SHA-2 hash function family. Generated hash is fixed size, 256-bits (32-bytes)



Constructors

<init> SHA256(bits: ByteArray)

SHA-256 is part of the SHA-2 hash function family. Generated hash is fixed size, 256-bits (32-bytes)

Inherited Functions

prefixChars fun prefixChars(prefixLen: Int = 6): <ERROR CLASS>
toString open fun toString(): <ERROR CLASS>