IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

key (property)

The 256 bit (32 byte) key to be used when computing a MAC (Message Authentication Code).

Syntax

@property (nonatomic,readwrite,assign,getter=key,setter=setKey:) NSString* key;
- (NSString*)key;
- (void)setKey:(NSString*)newKey;

@property (nonatomic,readwrite,assign,getter=keyB,setter=setKeyB:) NSData* keyB; - (NSData*)keyB; - (void)setKeyB:(NSData*)newKey;
public var key: String {
  get {...}
set {...} }
public var keyB: Data { get {...}
set {...} }

Default Value

""

Remarks

This property holds the secret key used when computing the MACValue. The key must be 256 bits (32 bytes) long.

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