mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
68 lines
3.8 KiB
INI
Executable File
68 lines
3.8 KiB
INI
Executable File
; ----------------------------------------------------------------------------------------------------------------------------------
|
|
; XAdES signature and/or verification - configuration parameters
|
|
; ----------------------------------------------------------------------------------------------------------------------------------
|
|
; DigestAlgorithm md2 | md5 | sha | sha1 | sha224 | sha256 | sha384 | sha512 | mdc2 | ripmed160
|
|
;
|
|
; SigningTime this property contains the time at which the signer claims to have performed the signing process (yes/no)
|
|
; ClaimedRole this property contains claimed or certified roles assumed by the signer in creating the signature
|
|
;
|
|
; this property contains the indication of the purported place where the signer claims to have produced the signature
|
|
; -------------------------------------------------------------------------------------------------------------------
|
|
; ProductionPlaceCity .......
|
|
; ProductionPlaceStateOrProvince .......
|
|
; ProductionPlacePostalCode .......
|
|
; ProductionPlaceCountryName .......
|
|
; -------------------------------------------------------------------------------------------------------------------
|
|
;
|
|
; DataObjectFormatMimeType this property identifies the format of a signed data object (when electronic signatures
|
|
; are not exchanged in a restricted context) to enable the presentation to the verifier or
|
|
; use by the verifier (text, sound or video) in exactly the same way as intended by the signer
|
|
;
|
|
; CAStore the location of CA and CRL
|
|
; UriPublicListCerticate the uri of Public Certificate List
|
|
; SignatureTimeStamp the time-stamp token within this property covers the digital signature value element
|
|
;
|
|
; ArchiveTimeStamp the time-stamp token within this property covers the archive validation data
|
|
; Schema the pathname XML Schema of XAdES
|
|
; ----------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
[XAdES-BES]
|
|
DigestAlgorithm=sha1
|
|
SigningTime=1
|
|
ClaimedRole=Project Manager TEOREMA
|
|
ProductionPlaceCity=Trieste
|
|
ProductionPlaceStateOrProvince=UD
|
|
ProductionPlacePostalCode=34100
|
|
ProductionPlaceCountryName=Italy
|
|
DataObjectFormatMimeType=application/msword
|
|
|
|
[XAdES-C]
|
|
DigestAlgorithm=sha1
|
|
SigningTime=1
|
|
ClaimedRole=Amministratore UNIREL
|
|
ProductionPlaceCity=sesto fiorentino
|
|
ProductionPlaceStateOrProvince=FI
|
|
ProductionPlacePostalCode=50100
|
|
ProductionPlaceCountryName=Italy
|
|
DataObjectFormatMimeType=application/msword
|
|
CAStore=/usr/src/ULib-1.1.0/tests/ulib/CA/CApath
|
|
;UriPublicListCerticate=http://www.cnipa.gov.it/site/_files/LISTACER_20100907.zip.p7m
|
|
UriPublicListCerticate=http://e-trustcom.intesa.it/ca_pubblica/LISTACER_20101103.zip.p7m
|
|
SignatureTimeStamp=http://10.30.1.131/tsa
|
|
|
|
[XAdES-L]
|
|
ArchiveTimeStamp=http://10.30.1.131/tsa
|
|
Schema=XAdESv141.xsd
|
|
|
|
[OPEN-OFFICE]
|
|
ZipStructure=mimetype content.xml styles.xml meta.xml settings.xml META-INF/manifest.xml
|
|
ToBeSigned=content.xml styles.xml meta.xml settings.xml
|
|
SignatureContent=META-INF/documentsignatures.xml
|
|
;SignatureContent=META-INF/xadessignatures.xml
|
|
|
|
[MS-WORD]
|
|
ZipStructure=[Content_Types].xml docProps/app.xml docProps/core.xml word/styles.xml word/webSettings.xml word/fontTable.xml word/theme/theme1.xml word/settings.xml word/document.xml
|
|
ToBeSigned=docProps/app.xml docProps/core.xml word/styles.xml word/webSettings.xml word/fontTable.xml word/theme/theme1.xml word/settings.xml word/document.xml _rels/.rels word/_rels/document.xml.rels customXml/item1.xml customXml/itemProps1.xml customXml/_rels/item1.xml.rels
|
|
SignatureContent=_xmlsignatures/sig1.xml
|
|
SignatureStructure=_xmlsignatures/_rels/origin.sigs.rels /mnt/storage/stefano/XAdES/_xmlsignatures/_rels/origin.sigs.rels _xmlsignatures/origin.sigs /mnt/storage/stefano/XAdES/_xmlsignatures/origin.sigs
|