IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

signingAlgorithm (property)

The signing algorithm.

Syntax

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

Default Value

""

Remarks

This property specifies the signing algorithm.

This may be set before calling Sign. This value will be set after calling VerifySignature. Possible values are:

  • "RSA-SHA1" (default)
  • "RSA-SHA256"
  • "DSA-SHA1"
  • "HMAC-SHA1"
Note: When set to "HMAC-SHA1" HMACKey must also be set.

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