SecureBlackbox 2020 iOS Edition

Questions / Feedback?

secSettingsEncryptionAlgorithm (property)

Specifies the encryption algorithm to be used.

Syntax

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

Default Value

"AES128"

Remarks

Specifies the encryption algorithm to be used.

SB_SYMMETRIC_ALGORITHM_RC4RC4
SB_SYMMETRIC_ALGORITHM_DESDES
SB_SYMMETRIC_ALGORITHM_3DES3DES
SB_SYMMETRIC_ALGORITHM_RC2RC2
SB_SYMMETRIC_ALGORITHM_AES128AES128
SB_SYMMETRIC_ALGORITHM_AES192AES192
SB_SYMMETRIC_ALGORITHM_AES256AES256
SB_SYMMETRIC_ALGORITHM_AES128_GCMAES128-GCM
SB_SYMMETRIC_ALGORITHM_AES192_GCMAES192-GCM
SB_SYMMETRIC_ALGORITHM_AES256_GCMAES256-GCM

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