From bf0200054b663dad9f04af4126c5a31f80b8003a Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 9 Jan 2023 17:33:26 +0100 Subject: test(web): add very simple start-up and signing test --- .../pdfas/cfg/profiles/BASE_NORMAL_EN.properties | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pdf-as-web/src/test/resources/config/pdfas/cfg/profiles/BASE_NORMAL_EN.properties (limited to 'pdf-as-web/src/test/resources/config/pdfas/cfg/profiles/BASE_NORMAL_EN.properties') diff --git a/pdf-as-web/src/test/resources/config/pdfas/cfg/profiles/BASE_NORMAL_EN.properties b/pdf-as-web/src/test/resources/config/pdfas/cfg/profiles/BASE_NORMAL_EN.properties new file mode 100644 index 00000000..903ff7d7 --- /dev/null +++ b/pdf-as-web/src/test/resources/config/pdfas/cfg/profiles/BASE_NORMAL_EN.properties @@ -0,0 +1,31 @@ + +################################################################################################### +# PROFIL: Basissignatur Englisch + +# Kurzbeschreibung +sig_obj.BASE_NORMAL_EN.description=Basissignatur Englisch +sig_obj.BASE_NORMAL_EN.parent=BASE_NORMAL +sig_obj.types.BASE_NORMAL_EN=on + +# Festlegung der einzelner Bezeichnungen im Signaturblock. +sig_obj.BASE_NORMAL_EN.key.SIG_SUBJECT=Signatory +sig_obj.BASE_NORMAL_EN.key.SIG_DATE=Date/Time-UTC +sig_obj.BASE_NORMAL_EN.key.SIG_ISSUER=Issuer-Certificate +sig_obj.BASE_NORMAL_EN.key.SIG_NUMBER=Serial-No. +sig_obj.BASE_NORMAL_EN.key.SIG_META=Verification +sig_obj.BASE_NORMAL_EN.key.SIG_NOTE=Note + +#sig_obj.BASE_NORMAL_EN.value.SIG_META=Information about the verification of the electronic signature can be found at: https://www.signaturpruefung.gv.at \n\nInformation about the verification of the printout can be found at: https://www.behoerde.gv.at/el_signatur/ +#sig_obj.BASE_NORMAL_EN.value.SIG_NOTE=This document is signed with a qualified electronic signature. According to \u00a7\u00A04 art.\u00A01 of the Signature Act it in principle is legally equivalent to an handwritten signature. +sig_obj.BASE_NORMAL_EN.value.SIG_META=Information about the verification of the electronic signature can be found at: https://www.signaturpruefung.gv.at +sig_obj.BASE_NORMAL_EN.value.SIG_NOTE=This document is signed with a qualified electronic signature. According to Art. 25 para. 2 of the Regulation (EU) No 910/2014 of 23. July 2014 (\"eIDAS-Regulation\") it shall have the equivalent legal effect of a handwritten signature. + +sig_obj.BASE_NORMAL_EN.value.SIG_LABEL=./images/signatur-logo_en.png + +sig_obj.BASE_NORMAL_EN.adobeSignReasonValue=Signature verification at http://www.signature-verification.gv.at + +# URL fuer die Signaturpruefung durch das Adobe Acrobat Professional PDF-AS Plugin. +sig_obj.BASE_NORMAL_EN.verifyURL=http://www.signature-verification.gv.at + +# WAI +sig_obj.BASE_NORMAL_EN.sigLogoAltText=A standard signature logo is shown. -- cgit v1.2.3