SecureBlackbox 2020 iOS Edition

Questions / Feedback?

hashAlgorithm (property)

Hash algorithm which was used to calculate the signature.

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

""

Remarks

Check this property after calling Verify or VerifyDetached to get the hash algorithm that was used to calculate the signature message digest.

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