SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ArmorBoundary Property

A boundary to put around the base64 armor.

Object Oriented Interface

public function getArmorBoundary();
public function setArmorBoundary($value);

Procedural Interface

secureblackbox_pgpwriter_get($res, 2 );
secureblackbox_pgpwriter_set($res, 2, $value );

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.

Data Type

String

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