summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/uic/barcode/asn1/uper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Address SonarLint java:S2178address-SonarLint-BlockersKarsten Budäus2022-06-212-5/+5
| | | | The use of non-short-circuit logic in a boolean context is likely a mistake - one that could cause serious program errors as conditions are evaluated under the wrong circumstances.
* provide more control on the logging to usersCGantert3452022-04-051-6/+2
|
* test for the new dynamic header version 2CGantert3452022-01-251-0/+16
|
* signature validation changed to work with teh dynamic header version 2.CGantert3452022-01-2415-31/+238
|
* Unit Test for all barcode elementsCGantert3452021-12-021-1/+1
| | | | | | | | | | | - fixes on - openTicket -> Servicelevel - includedOpenTicket -> ServiceLevel - Voucher - CustomerCard -> CustomerStatusDescription - Zone - Line - ValidityPeriodDetail - CardReference
* additional testsCGantert3452021-11-292-2/+19
| | | | | | bug fixes on: - voucher - delay confirmation - parking
* more testsCGantert3452021-11-241-21/+29
| | | removed unused classes
* removed obsolete codeCGantert3452021-11-242-99/+0
|
* unused code removedCGantert3452021-11-231-11/+0
| | | test on security with designated provider
* Replaced StandardCharsets with Charset.forNameJohn Doe2021-07-212-44/+10
| | | | | | java.nio.charset.StandardCharsets is available on API level >= 19. See https://developer.android.com/reference/java/nio/charset/StandardCharsets. java.nio.charset.Charset is there since java 1.4.
* BigInteger without ValueExact function supportedCGantert3452021-03-291-3/+39
|
* structure change 1CGantert3452021-03-2921-0/+3513