SecureBlackbox 2020 iOS Edition

Questions / Feedback?

armorBoundary (property)

A boundary to put around the base64 armor.

Syntax

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

Default Value

""

Remarks

Use this property to specify the boundary to put around the base64 armor. If set to 'PGP MESSAGE', the armored data will be enveloped with '-----BEGIN PGP MESSAGE-----' and '-----END PGP MESSAGE-----' lines.

This property only makes sense if Armor is set True.

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