SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Finish Method

Completes the hash and returns the resulting message digest.

Syntax

public fun finish(): ByteArray?

Remarks

This method finalizes the hashing operation and returns the message digest of the input data. Use it in conjuction with Reset and Update methods to process data in chunks.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]