SecureBlackbox 2020 iOS Edition

Questions / Feedback?

extended (property)

Specifies the type of ASiC signature.

Syntax

@property (nonatomic,readwrite,assign,getter=extended,setter=setExtended:) BOOL extended;
- (BOOL)extended;
- (void)setExtended:(BOOL)newExtended;
public var extended: Bool {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 8166]