aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/src/main/java/at/gv/egiz/sl
AgeCommit message (Collapse)AuthorFilesLines
2026-06-10Connector url cleanup (#94)Jakob Heher1-1/+5
* cleanup the URL in the BKUSLConnector/SL20Connector for pdf-as-web connector bkus (even though they are never used, as best as i can tell) * add a test case for redirection destination on formpost
2026-06-09migrate to StandardCharsets (java 17) (#91)Jakob Heher1-2/+3
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher1-6/+5
- update documentation for pdf-as 5 - document the v2 json api - fix a number of documentation quirks - document `keyId` parameter - px (pixels) -> pt (pdf page units) - document --verify_level - remove a number of documented features that were never implemented: - `adobeSignFieldValue` and `sigLogoAltText` from signature profiles - `UNDERLINE` and `STRIKETHRU` from fonts - `num-bytes` parameter - `verify_only`/`sign_only` enable states for profiles - update mobile BKU base URL - update pdfbox backend default to 3 in sample configurations - consistently made boolean parsing from configuration files case permissive - add moa verification timeout - add support for BOLDITALIC to all base fonts, and for ITALIC to helvetica and courier - fix a number of small quirks - hibernate properties are now reloaded properly - fix the signature block parameter key regex - v1 json api now correctly checks for onlinebku/mobilebku being enabled - pdfbox 2 module correctly compares for integer equality regardless of cached boxed ints - test operationcountwatcher no longer sometimes breaks due to spring context differences
2026-04-15pdf-as-5 (#82)Jakob Heher136-719/+719
- JDK 17 - PDFBox 3 - PDF-AS Web moved to Spring Boot - MOA Integration tests w/ new error code --------- Co-authored-by: Gerald Palfinger <gerald.palfinger@a-sit.at> Co-authored-by: kathrin.resek <kathrin.resek@a-sit.at>
2020-11-02Code cleanupEmina Ahmetovic2-5/+1
2018-07-09add SL20 connecter-backend in a first beta version (getCertificate looks ↵Thomas Lenz1-1/+1
good, create signature is untested)
2018-03-21changes regarding protection, bug fix, thread safeemusic1-27/+51
2017-08-09Fixed problem with PAdES Signatures, removed some attributes from CAdES ↵4.1.1-RCbschnalzer3-13/+104
signatures which are not required, minor bug fixes, implemented new style (lineCenter)
2016-03-30Fallback to depreceated factory method for Stax in case new method is not foundAndreas Fitzek1-2/+15
2015-11-19XML-Entity Injection in DataUrl Servlet gefixtAndreas Fitzek1-2/+24
2014-11-24verification changesAndreas Fitzek1-1/+1
2014-11-04Catch old SL Error Responses in all Catch handlersAndreas Fitzek1-0/+20
2014-11-04Catch old SL Error ResponsesAndreas Fitzek1-6/+67
2014-10-31better integration of Process InformationAndreas Fitzek3-56/+71
2014-10-30added Option to keep invalid signaturesAndreas Fitzek1-1/+13
2014-10-30Introduced Process Information Map in PDFASError and SignResultAndreas Fitzek4-29/+107
2014-10-23Enabled Upload RequestAndreas Fitzek1-1/+1
2014-10-16Introduced PDF-AS Backends, removed all pdfbox specific code to pdfbox backendAndreas Fitzek1-2/+2
2014-10-15PDF-AS Errorhandling redesign only PDFASError Exceptions are returnedAndreas Fitzek1-3/+8
!
2014-10-15Fixed charset setting to UTF-8 #47Andreas Fitzek1-0/+2
2014-10-14added Fileupload SL Request optionAndreas Fitzek1-78/+54
2014-10-08removed files not needed anymoreAndreas Fitzek1-336/+0
2014-09-23Allow MOA Certificate resolving via HTTP or HTTPSAndreas Fitzek1-32/+64
2014-09-02More Java 1.6 fixesAndreas Fitzek3-4/+4
2014-09-02XMLElementRef Annotation Java 1.6 compatibleAndreas Fitzek4-15/+15
2014-08-19Web config changesAndreas Fitzek3-12/+4
2014-07-22Log masked Error MessageAndreas Fitzek1-0/+7
2014-07-14Removed old SL ClassesAndreas Fitzek33-4284/+0
2014-07-14Changed API iaik Certificate to Java CertificateAndreas Fitzek2-2/+2
2014-07-10Integrity verification of Signature after Signature creation to ensure ↵Andreas Fitzek3-57/+33
correct signed Document
2014-07-01added copyright statements4.0.0-RC4Andreas Fitzek135-0/+3105
2014-06-04Added TransactionId for SignaturesAndreas Fitzek6-21/+34
2014-05-14Log Levels changedAndreas Fitzek1-3/+26
2014-05-06PDF-AS 4 RC24.0.0-RC2Andreas Fitzek140-77/+16600
2014-04-03Don't use raw types! Also check casts where possibleTobias Kellner1-5/+4
2014-04-03Remove unused imports and variablesTobias Kellner2-3/+0
2014-02-20Added license textAndreas Fitzek40-0/+920
2014-02-18Moved signature data creation to PDFUtilsAndreas Fitzek2-30/+8
2014-02-05MOA-SS integration doneAndreas Fitzek1-18/+0
2014-01-21Implementations for pdf-as-web and pdf-as-legacyAndreas Fitzek1-1/+1
2014-01-09PDF-AS web DevelopmentsAndreas Fitzek1-2/+1
2013-12-17Added default value for Signature Profile EntriesAndreas Fitzek1-1/+1
2013-12-12MOA SS integration OKAndreas Fitzek1-17/+85
2013-12-12Remove package-info java filesAndreas Fitzek1-8/+0
2013-12-12Moved harded messages to common.propertiesAndreas Fitzek3-17/+14
2013-12-11Signature profile implementationsAndreas Fitzek2-47/+170
2013-11-28start RefactoringAndreas Fitzek1-8/+0
2013-11-28+ PKCS7 Signature fixedAndreas Fitzek2-4/+17
+ BKU SL Wrapper fixed + Working with MOCCA
2013-11-27Current working stuff not workingAndreas Fitzek3-8/+60
2013-11-27Support for QR Placeholders in PAdESAndreas Fitzek2-2/+2