SecureBlackbox 2020 Android Edition

Questions / Feedback?

InputIsHash Property

Indicates whether the input data contains the hash or the actual data.

Syntax

public boolean isInputIsHash();
public void setInputIsHash(boolean inputIsHash);

Remarks

Set this property to true to tell the component that the data you are passing to it is the hash of the data, rather than the actual (unhashed) data. If this property is set to false, component will hash the provided data internally if it is assumed by the algorithm.

This property is not available at design time.

Default Value

False

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