SecureBlackbox 2020 Android Edition

Questions / Feedback?

InputStream Property

A stream containing the data to be signed.

Syntax

public java.io.InputStream getInputStream();
public void setInputStream(java.io.InputStream inputStream);

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.

Default Value

null

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