SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyEncryptionAlgorithm (property)

Indicates the symmetric algorithm used to encrypt the secret key.

Syntax

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

Default Value

"CAST5"

Remarks

Indicates the symmetric algorithm used to encrypt the secret key.

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