[Java]
int getPAdESOptions();
void setPAdESOptions(int Value);
Values:
[.NET]
[Pascal]
[C++]
Description
poUseSigningCertificateV2 = 1
poUseSigningCertificateV2
poUseSigningCertificateV2 = 1
If this option is enabled, signing certificates V2 will be used.
poIncludeAllRevInfoToDSS = 2
poIncludeAllRevInfoToDSS
poIncludeAllRevInfoToDSS = 2
If this option is enabled, full set of revocation information will be included to the DSS dictionary.
poCreateVRIDictionaries = 4
poCreateVRIDictionaries
poCreateVRIDictionaries = 4
If this option is enabled, VRI dictionaries will be created. A VRI dictionary references all the validation data that has been used for validating one specific signature.
poUseUndefBEREncoding = 8
poUseUndefBEREncoding
poUseUndefBEREncoding = 8
If this property is enabled, use of ASN.1 tags with undefined size is allowed in the signature.
poTolerateMissingSigningCertificate = 16
poTolerateMissingSigningCertificate
poTolerateMissingSigningCertificate = 16
…
TSBPAdESOptions values
[.NET][C++]
[Pascal]
[PHP]
Description
f_poUseSigningCertificateV2 = 1
poUseSigningCertificateV2
poUseSigningCertificateV2 = 1
...
f_poIncludeAllRevInfoToDSS = 2
poIncludeAllRevInfoToDSS
poIncludeAllRevInfoToDSS = 2
...
f_poCreateVRIDictionaries = 4
poCreateVRIDictionaries
poCreateVRIDictionaries = 4
...
f_poUseUndefBEREncoding = 8
poUseUndefBEREncoding
poUseUndefBEREncoding = 8
...
f_poTolerateMissingSigningCertificate = 16
poTolerateMissingSigningCertificate
poTolerateMissingSigningCertificate = 16
...
f_poCompressDSS = 32
poCompressDSS
poCompressDSS = 32
...
Description
Use this property to specify various PAdES options.