SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

VerifyStream Method

Verifies an enveloping or enveloped signature contained in a stream.

Syntax

public fun verifyStream(sourceStream: InputStream?, destStream: OutputStream?)

Remarks

Use this method to verify an enveloping or enveloped signature and extract the original data into a stream.

The outcome of the validation is stored in SignatureValidationResult property.

Provide the public verification key via the Key property before commencing the validation.

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