SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

VerifyDetachedStream Method

Verifies a detached signature.

Syntax

public fun verifyDetachedStream(signedDataStream: InputStream?, signatureStream: InputStream?)

Remarks

Use this method to verify a detached signature. Provide the original signed data via the SignedDataStream parameter, and the signature via the SignatureStream parameter.

The validation result will be stored in SignatureValidationResult property.

Specify the verification public key in Key property before commencing validation.

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