SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

inputIsHash (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=inputIsHash,setter=setInputIsHash:) BOOL inputIsHash;
- (BOOL)inputIsHash;
- (void)setInputIsHash:(BOOL)newInputIsHash;
public var inputIsHash: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Set this property to true to tell the class 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, class will hash the provided data internally if it is assumed by the algorithm.

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