SecureBlackbox 2020 PHP Edition

Questions / Feedback?

OutputFile Property

The file where the signed data will be saved.

Object Oriented Interface

public function getOutputFile();
public function setOutputFile($value);

Procedural Interface

secureblackbox_asicsigner_get($res, 33 );
secureblackbox_asicsigner_set($res, 33, $value );

Default Value

''

Remarks

Provides a path to the file where the class should store the container.

ASiC is essentially a ZIP archive, but it is recommended to use ".asics" or ".scs" extension for ASiC-S files, and ".asice" or ".sce" for ASiC-E files.

Data Type

String

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