summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new dynamic header versionCGantert3452022-01-2829-258/+717
|
* test for the new dynamic header version 2CGantert3452022-01-2511-49/+472
|
* signature validation changed to work with teh dynamic header version 2.CGantert3452022-01-2423-96/+443
|
* new dynamic header version 2.0.0CGantert3452022-01-2135-129/+2910
|
* extended api for dynamic contentCGantert3452021-12-168-3/+436
| | | additional tests
* api layer for dynamic contentCGantert3452021-12-155-0/+721
|
* - unit test for the dynamic content in DOSIPASCGantert3452021-12-152-1/+2
| | | - api layoer for the dynamic content in DOSIPAS
* fix in the dynamic DOSIPAS content extension and response challengeCGantert3452021-12-142-20/+29
|
* - Completed version3 asn1 level unit testsCGantert3452021-12-0822-19/+2266
| | | - Added missing default values
* pass default valueCGantert3452021-12-061-0/+1
|
* - extended automated testCGantert3452021-12-068-41/+956
| | | | | | - fixes - missing default value in pass - missing getter and setter in train link - value range corrected in Zone and Line staion codes
* Unit Test for all barcode elementsCGantert3452021-12-0235-497/+1178
| | | | | | | | | | | - fixes on - openTicket -> Servicelevel - includedOpenTicket -> ServiceLevel - Voucher - CustomerCard -> CustomerStatusDescription - Zone - Line - ValidityPeriodDetail - CardReference
* additional testsCGantert3452021-11-2940-514/+2814
| | | | | | bug fixes on: - voucher - delay confirmation - parking
* test and bug fix on countermark and viaStationCGantert3452021-11-2510-12/+1271
|
* more testsCGantert3452021-11-249-164/+218
| | | removed unused classes
* removed obsolete codeCGantert3452021-11-242-99/+0
|
* more testsCGantert3452021-11-241-0/+81
|
* extended testsCGantert3452021-11-242-0/+209
|
* unused code removedCGantert3452021-11-232-11/+169
| | | test on security with designated provider
* dynamic content time stamp fixed and test addedCGantert3452021-11-233-38/+67
|
* additional tests for DOSIPASCGantert3452021-11-234-4/+385
|
* renamedCGantert3452021-11-231-1/+1
|
* test addedCGantert3452021-11-232-1/+176
|
* added fcb version 3 data type to the DOSIPAS encoding and decodingCGantert3452021-11-234-152/+10
|
* bug fixes on dynamic frameCGantert3452021-11-223-6/+4
| | | | | - ExtensionMarker removed - default on format removed - keyId starting from 0
* - fix on null pointer exception for tickets created ad midnightCGantert3452021-11-023-3/+3
|
* Replaced StandardCharsets with Charset.forNameJohn Doe2021-07-213-47/+13
| | | | | | 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.
* Merge pull request #27 from UnionInternationalCheminsdeFer/FCB_version_3.0.0CGantert3452021-06-29138-228/+22141
|\ | | | | Fcb version 3.0.0
| * - test for FCB version 3CGantert3452021-06-2938-243/+5093
| |
| * - option to use a dedicated security provider implementationCGantert3452021-06-286-19/+244
| |
| * - initial implementation of FCB version 3.0.0 - !!Tests still missing!!CGantert3452021-06-28102-9/+16847
| |
* | Merge branch 'master' into asn1_comments_1CGantert3452021-05-123-201/+201
|\ \ | |/ |/|
| * Merge branch 'master' into feature/restructure-pomJohn Doe2021-04-1620-27/+1055
| |\
| * | fixed wrong file permissionsJohn Doe2021-04-091-0/+0
| | |
| * | moved resource files to misc;John Doe2021-04-099-10584/+199
| | | | | | | | | | | | | | | | | | got rid of unused junit5; fixed encoding; adapted changes to. pom.xml;
* | | - Bug fix StaticHeader date formatCGantert3452021-05-1213-283/+375
| | | | | | | | | - Dynamic content for the dynamic content of the dynamic frame
* | | updateCGantert3452021-04-2323-10389/+910
| |/ |/|
* | included open ticket testCGantert3452021-04-1218-29/+1042
| |
* | fix for included open ticket, vatDetails and route sectionCGantert3452021-04-126-1/+16
|/
* DB signature validation testCGantert3452021-04-082-0/+2228
|
* extended DB ticket testCGantert3452021-04-061-1/+63
|
* - fix for train link, date and time is not defined optionalCGantert3452021-04-0129-7/+78
|
* time zone update of documentationCGantert3452021-03-302-0/+4063
|
* BigInteger without ValueExact function supportedCGantert3452021-03-291-3/+39
|
* structure change 1CGantert3452021-03-29454-1/+0
|
* - voucher, customer card and parking using the upcoming interpretationCGantert3452021-03-2615-24/+1887
| | | of local date time
* customer card fix and testCGantert3452021-03-262-18/+18
|
* tempCGantert3452021-03-261-0/+312
|
* - additional test on LayoutElement with utf-8CGantert3452021-03-252-0/+42
|
* - additional test ticketsCGantert3452021-03-252-0/+291
|
* - new test ticketsCGantert3452021-03-253-0/+513
|
* - bug fix for time zonesCGantert3452021-03-2510-15/+2364
|
* additional tests for time zonesCGantert3452021-03-2234-179/+3688
| | | fix for fip ticket
* time-zone-fixCGantert3452021-03-1937-321/+1720
|
* names aligned to asn spec for new travel classes in asn version 2CGantert3452021-03-123-8/+11
|
* - bug fix on TicketType Enum1.2CGantert3452021-02-25776-60884/+61425
| | | | | | - duplicate function getDocument removed - issuedOnLine null value allowed - maven install added (required renaming of some packages)
* issuerOnLine changed from int to Integer as it is optionalCGantert3452021-01-082-5/+5
|
* Bug fix on passengerWithReducedMobility changed from boolean to Boolean1.1CGantert3452021-01-053-6/+13
| | | to allow empty values
* UTC offset of valid from / until dates in Pass1.0CGantert3452021-01-052-0/+6
|
* FCB version number missmatch correctedCGantert3452020-12-187-53/+207
| | | | | supported FCB version 13 ( = asn 1.3) supported FCB version 02 ( = asn 2.0) reading FCB supported version 01 ( = asn 1.3)
* bug fix element order in openTicketDataCGantert3452020-11-1611-19/+19
| | | renamed package staticHeader.ticketLayout to staticFrame.ticketLayout
* fix for the Android Java SDK bug in getDeclaredFields nor providing theCGantert3452020-10-29120-73/+1503
| | | field order
* specification added, test fixedCGantert3452020-10-192-123/+2052
|
* Bugfix on the PassData, wrong order of ReferenceNUm and ReferenceIA5CGantert3452020-10-192-5/+3
|
* ASN.1 signature encoding bugCGantert3452020-08-201-2/+4
|
* cleanedCGantert3452020-08-201-2/+0
|
* ASN.1 signature encoding bug fixedCGantert3452020-08-201-2/+4
|
* Draft of the new DOSIPAS includedCGantert3452020-07-28145-535/+22991
|
* Draft of the new DOSIPAS includedCGantert3452020-07-2852-780/+764
|
* bugfix activated dayCGantert3452020-06-293-35/+63
|
* bug fix calculation of timeCGantert3452020-06-291-1/+1
|
* header class updateCGantert3452020-04-301-3/+32
|
* header encode / decodeCGantert3452020-04-301-6/+32
|
* format default addedCGantert3452020-04-301-2/+3
|
* dynamic header updateCGantert3452020-04-302-11/+39
|
* Implementation of ObjectIdentifier and dynamic headerCGantert3452020-04-3010-3/+831
|
* Delete uicBarcodeV1finalDelayConfirmation2.0.asnCGantert3452020-01-031-2047/+0
|
* Delete uicBarcodeV1finalDelayConfirmation1.3.asnCGantert3452020-01-031-2043/+0
|
* Delete uicBarcodeV1finalDelayConfirmation1.2.asnCGantert3452020-01-031-1986/+0
|
* Delete uicBarcodeV1finalDelayConfirmation1.1.asnCGantert3452020-01-031-1976/+0
|
* removed old versionsCGantert3452020-01-031-1789/+0
|
* utils and decoder / encoderCGantert3452020-01-034-0/+4968
|
* unit testsCGantert3452020-01-033-0/+622
|
* api implementationCGantert3452020-01-0346-0/+8673
|
* asn.1 java modelCGantert3452020-01-0386-0/+10874
|
* api specCGantert3452020-01-0357-0/+17613
|
* basic asn.1 libraryCGantert3452020-01-0372-0/+5997
|
* loggingCGantert3452020-01-032-0/+33