SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Armor Property

Specifies whether the data should be armored.

Object Oriented Interface

public function getArmor();
public function setArmor($value);

Procedural Interface

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

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.

Data Type

Boolean

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