SecureBlackbox 2020 iOS Edition

Questions / Feedback?

useGCM (property)

Specifies if GCM mode is enabled.

Syntax

@property (nonatomic,readwrite,assign,getter=useGCM,setter=setUseGCM:) BOOL useGCM;
- (BOOL)useGCM;
- (void)setUseGCM:(BOOL)newUseGCM;
public var useGCM: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Use this property to enable Galois/Counter Mode (GCM) mode for AES encryption method.

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