SecureBlackbox 2020 iOS Edition

Questions / Feedback?

externalCryptoExternalHashCalculation (property)

Specifies whether the message hash is to be calculated at the external endpoint.

Syntax

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

Default Value

FALSE

Remarks

Specifies whether the message hash is to be calculated at the external endpoint. Please note that this mode is not supported by all components. In particular, components operating with larger objects (PDFSigner, CAdESSigner, XAdESSigner) do not support it.

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