SecureBlackbox 2020 Python Edition

Questions / Feedback?

extended Property

Specifies the type of ASiC signature.

Syntax

def get_extended() -> bool: ...
def set_extended(value: bool) -> None: ...

extended = property(get_extended, set_extended)

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.

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