summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address SonarLint java:S2178address-SonarLint-BlockersKarsten Budäus2022-06-212-5/+5
* Delete DecodeDB9EuroTicketTest.javaCGantert3452022-06-091-133/+0
* curve names addedCGantert3452022-05-241-7/+53
* additional testCGantert3452022-05-243-6/+175
* encoding of keys different from P-256CGantert3452022-05-232-75/+344
* Create DecodeDB9EuroTicketTest.javaCGantert3452022-05-201-0/+133
* experimental implementation of Elliptic Curve Public Key Encoding withCGantert3452022-05-206-32/+610
* extending the valid until to 500 daysCGantert3452022-05-1816-19/+19
* version number increasedCGantert3452022-05-031-1/+1
* android 6 compatibilityCGantert3452022-05-032-26/+51
* using algorithm name map prior to search through providersCGantert3452022-05-021-7/+7
* search for the provider prior to the algorithm nameCGantert3452022-05-021-3/+5
* null pointer exception fixedCGantert3452022-05-021-1/+4
* - improved encoding of numerical values outside the allowed rangeCGantert3452022-04-1426-360/+3146
* unit test for fcb version 1 including all elementsCGantert3452022-04-1330-83/+2621
* complete test for v3 fcb elementsCGantert3452022-04-1310-117/+1663
* test on car carriageCGantert3452022-04-1214-127/+201
* test on algorithm name resolverCGantert3452022-04-1214-82/+932
* use one provider only within validationCGantert3452022-04-114-29/+74
* fixing DOSIPAS algorithm names and supported EC curvesCGantert3452022-04-1114-107/+312
* TimeStamp using java compliant with older android versionCGantert3452022-04-112-9/+61
* nullpointerCGantert3452022-04-111-12/+16
* nullpointerCGantert3452022-04-111-0/+2
* nullpointerCGantert3452022-04-111-2/+3
* nullpointer exception fixed in dynamic content of dosipasCGantert3452022-04-111-4/+12
* provide more control on the logging to usersCGantert3452022-04-05102-1720/+2132
* - smplified api for level 2 signatureCGantert3452022-02-012-0/+322
* - missing fieldOrder addedCGantert3452022-02-019-504/+139
* 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
* api layer for dynamic contentCGantert3452021-12-155-0/+721
* - unit test for the dynamic content in DOSIPASCGantert3452021-12-152-1/+2
* fix in the dynamic DOSIPAS content extension and response challengeCGantert3452021-12-142-20/+29
* - Completed version3 asn1 level unit testsCGantert3452021-12-0822-19/+2266
* pass default valueCGantert3452021-12-061-0/+1
* - extended automated testCGantert3452021-12-068-41/+956
* Unit Test for all barcode elementsCGantert3452021-12-0235-497/+1178
* additional testsCGantert3452021-11-2940-514/+2814
* test and bug fix on countermark and viaStationCGantert3452021-11-2510-12/+1271
* more testsCGantert3452021-11-249-164/+218
* 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
* 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
* - fix on null pointer exception for tickets created ad midnightCGantert3452021-11-023-3/+3
* Replaced StandardCharsets with Charset.forNameJohn Doe2021-07-213-47/+13
* Merge pull request #27 from UnionInternationalCheminsdeFer/FCB_version_3.0.0CGantert3452021-06-29138-228/+22141
|\
| * - 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
* | | - Bug fix StaticHeader date formatCGantert3452021-05-1213-283/+375
* | | 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
* 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
* 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
* 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
* UTC offset of valid from / until dates in Pass1.0CGantert3452021-01-052-0/+6
* FCB version number missmatch correctedCGantert3452020-12-187-53/+207
* bug fix element order in openTicketDataCGantert3452020-11-1611-19/+19
* fix for the Android Java SDK bug in getDeclaredFields nor providing theCGantert3452020-10-29120-73/+1503
* 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