SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Verify Method

Verifies digitally signed data.

Syntax

public fun verify(uniqueIdentifier: String?)

Remarks

Use this method to verify the integrity of the signature using a server-side key.

Please provide the signature via InputFile (or InputStream) property. For detached signatures, please also provide the data that was signed via DataFile (or DataStream) property.

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