SecureBlackbox 2020 iOS Edition

Questions / Feedback?

hashAlgorithm (property)

The hash algorithm to be used for signing.

Syntax

@property (nonatomic,readwrite,assign,getter=hashAlgorithm,setter=setHashAlgorithm:) NSString* hashAlgorithm;
- (NSString*)hashAlgorithm;
- (void)setHashAlgorithm:(NSString*)newHashAlgorithm;
public var hashAlgorithm: String {
  get {...}
set {...} }

Default Value

"SHA256"

Remarks

The following algorithms are supported: MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA3_224, SHA3_256, SHA3_384, SHA3_512.

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