summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/uic/barcode/asn1/uper/SeqOfCoder.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-21Address SonarLint java:S2178address-SonarLint-BlockersKarsten Budäus1-1/+1
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.
2022-01-24signature validation changed to work with teh dynamic header version 2.CGantert3451-2/+2
2021-03-29structure change 1CGantert3451-0/+0
2021-02-25- bug fix on TicketType Enum1.2CGantert3451-4/+4
- duplicate function getDocument removed - issuedOnLine null value allowed - maven install added (required renaming of some packages)
2020-01-03basic asn.1 libraryCGantert3451-0/+156