SecureBlackbox 2020 iOS Edition

Questions / Feedback?

armor (property)

Specifies whether the data should be armored.

Syntax

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

Default Value

FALSE

Remarks

Switch this property on to armor the protected data by encoding it in base64 and enveloping with BEGIN and END markings.

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