SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyHashAlgorithm (property)

Specifies the hash algorithm associated with the key.

Syntax

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

Default Value

"SHA256"

Remarks

Specifies the hash algorithm associated with the key.

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