SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

InputStream Property

A stream containing the data to be signed.

Syntax

public var inputStream: InputStream?

Default Value

null

Remarks

Use this property to provide the data to work on. In case of the first-time signing, point this property to your data to-be-signed. If countersigning, upgrading, or timestamping an existing signature, provide a stream containing your signature.

If updating a detached signature, you might need to provide the original data via DataStream property.

The data provided via this property can alternatively be provided in a file via InputFile property.

This property is not available at design time.

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