SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigLevel (property)

Specifies the signature kind and level.

Syntax

@property (nonatomic,readonly,assign,getter=sigLevel) int sigLevel;
- (int)sigLevel;

/* Possible Values */
PSL_LEGACY(0),
PSL_BES(1),
PSL_EPES(2),
PSL_LTV(3),
PSL_DOCUMENT_TIMESTAMP(4)
public var sigLevel: PdfverifierSigLevels {
  get {...}
}
public enum PdfverifierSigLevels : Int32 { case pslLegacy = 0 case pslBES = 1 case pslEPES = 2 case pslLTV = 3 case pslDocumentTimestamp = 4 }

Default Value

0

Remarks

Specifies the signature kind and level.

pslLegacy0Legacy Adobe signature (adbe.pkcs7.detached or adbe.pkcs7.sha1)
pslBES1PAdES-BES signature (ETSI.CAdES.detached)
pslEPES2PAdES-EPES signature (ETSI.CAdES.detached + embedded policy)
pslLTV3PAdES-LTV signature (ETSI.CAdES.detached + revocation info)
pslDocumentTimestamp4Document timestamp (ETSI.RFC3161)

This property is read-only.

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