SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Extended Property

Specifies the type of ASiC signature.

Object Oriented Interface

public function getExtended();
public function setExtended($value);

Procedural Interface

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

Default Value

false

Remarks

A simple signature container (ASiC-S) can only be made over a single document, and use one signature format (a CAdES signature, a XAdES signature, or a timestamp)

An extended container (ASiC-E) can cover multiple documents and contain multiple signatures of different types. Set this property to true to create an extended ASiC container.

Data Type

Boolean

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