Andreas Mikolajewski
|
d23d73f1d0
|
Fix identifier tests (added JWK keyUse)
|
2021-06-07 22:14:58 +02:00 |
Andreas Mikolajewski
|
a01376708c
|
Remove internal scope
|
2021-06-07 21:49:13 +02:00 |
Andreas Mikolajewski
|
0ff149efca
|
Add and fix tests
|
2021-06-07 21:30:44 +02:00 |
Andreas Mikolajewski
|
c31515cdbd
|
Fix tests
|
2021-05-28 00:47:26 +02:00 |
Andreas Mikolajewski
|
2e93db6d3c
|
Merge branch 'master' into anmik/backupAndRestore
# Conflicts:
# sdk/src/test/java/com/microsoft/did/sdk/util/ClaimFormatterTest.kt
|
2021-05-25 00:53:07 +02:00 |
Andreas Mikolajewski
|
82fbed8041
|
Wipe all identifiers before importing old ones
|
2021-05-25 00:17:59 +02:00 |
nithyaganeshng
|
7486881e07
|
Merge pull request #170 from microsoft/niganesh/fix-timestamp-conversion
fix timestamp conversion
|
2021-05-19 13:36:05 -07:00 |
nithyaganeshng
|
c4882867a2
|
fixed failing test and added a test for formatting date and time
|
2021-05-18 14:57:13 -07:00 |
nithyaganeshng
|
3c6709ed20
|
renamed methods and variables
|
2021-05-18 14:32:11 -07:00 |
nithyaganeshng
|
d4a8325faf
|
Fixed timestamp conversion and its unit tests
|
2021-05-18 14:03:13 -07:00 |
nithyaganeshng
|
80eca86441
|
Merge pull request #169 from microsoft/niganesh/add-validation-of-token-hint-in-presentation-request
validate id token hint in request
|
2021-05-18 12:38:09 -07:00 |
nithyaganeshng
|
7611c69220
|
fixed failing test
|
2021-05-18 09:54:54 -07:00 |
Andreas Mikolajewski
|
ff178a0d65
|
Rename classes
|
2021-05-18 15:32:01 +02:00 |
Andreas Mikolajewski
|
2ce62e5f72
|
Adjust password generation
|
2021-05-18 15:06:54 +02:00 |
Andreas Mikolajewski
|
eb63c257cd
|
Fix JwkSerializer and tests
|
2021-05-17 18:45:58 +02:00 |
nithyaganeshng
|
94ad7e102e
|
fixed failing test
|
2021-05-17 09:19:55 -07:00 |
Andreas Mikolajewski
|
c4b6d10ed9
|
Fix test serializers
|
2021-05-17 17:59:15 +02:00 |
Andreas Mikolajewski
|
2bce72a835
|
Fix tests (VcMetaData)
|
2021-05-17 17:27:43 +02:00 |
nithyaganeshng
|
4025166383
|
validate id token hint in request
|
2021-05-14 16:06:42 -07:00 |
Andreas Mikolajewski
|
85698d8a8f
|
Fix ClaimFormatterTest
|
2021-05-14 06:32:08 +02:00 |
Andreas Mikolajewski
|
1bcb9559c6
|
Autoformat everything
|
2021-05-14 06:24:15 +02:00 |
Andreas Mikolajewski
|
59ba21e7c8
|
Fix tests
|
2021-05-14 06:22:24 +02:00 |
Andreas Mikolajewski
|
848b91baa4
|
Fix tests
|
2021-05-14 06:07:00 +02:00 |
Andreas Mikolajewski
|
9805b0beef
|
Fix tests
|
2021-05-14 04:27:29 +02:00 |
Andreas Mikolajewski
|
55cf4dcb14
|
Simplyfiy backup service
|
2021-05-14 03:48:46 +02:00 |
Andreas Mikolajewski
|
87093dc671
|
Simplify backupService
|
2021-05-14 03:32:08 +02:00 |
Andreas Mikolajewski
|
5dae99fadc
|
Fix tests
|
2021-05-14 03:31:58 +02:00 |
Andreas Mikolajewski
|
5c313b05ae
|
Refactor packages
|
2021-05-14 02:50:14 +02:00 |
Andreas Mikolajewski
|
adf8175729
|
Refactor package structure
|
2021-05-14 01:34:32 +02:00 |
Andreas Mikolajewski
|
c262c5776e
|
Refactor backup service
|
2021-05-14 01:22:20 +02:00 |
Andreas Mikolajewski
|
e545a934c3
|
Refactor backupService
|
2021-05-13 05:32:26 +02:00 |
Andreas Mikolajewski
|
dcc3af837c
|
Refactor classes
|
2021-05-13 04:52:19 +02:00 |
Andreas Mikolajewski
|
2a085b9492
|
Fix classnames
|
2021-05-13 03:01:31 +02:00 |
Andreas Mikolajewski
|
6c2683cb9e
|
Cleanup backup service
|
2021-05-13 01:23:59 +02:00 |
Andreas Mikolajewski
|
0ae7e88acd
|
Make VCMetaData abstract
|
2021-04-29 03:37:45 +02:00 |
Andreas Mikolajewski
|
082bee09b4
|
Refactor createBackup
|
2021-04-29 03:24:49 +02:00 |
Andreas Mikolajewski
|
06670f95e2
|
Refactor writeBackup
|
2021-04-29 02:59:32 +02:00 |
Logan
|
3297c249f1
|
addressed comments on tests, added PasswordProtectedBackup test
|
2021-04-22 11:21:03 -07:00 |
Logan Girvin
|
36ccdd11c7
|
added more tests but I'm getting serialization issues.
|
2021-04-21 16:33:09 -07:00 |
Logan Girvin
|
efa0ebe3f8
|
added Jwe Protected Backup Factory tests
|
2021-04-21 15:29:18 -07:00 |
Logan Girvin
|
036bdfcee8
|
Adding tests for RawIdentifierUtility and MicrosoftBackupSerializer
|
2021-04-21 15:06:40 -07:00 |
Logan Girvin
|
527f417c75
|
creating Test classes and fixing some of the existing ones
|
2021-04-21 11:09:20 -07:00 |
Logan Girvin
|
b6f062e8f1
|
adding a default for the polymorphic serializer
|
2021-04-21 09:26:42 -07:00 |
Logan Girvin
|
e85d8c74b9
|
catching and throwing a SdkException is still required for JWE Decryption
|
2021-04-20 16:59:15 -07:00 |
Logan Girvin
|
79b674d61d
|
changed jwe/jws signatures to avoid mutable properties
|
2021-04-20 16:53:56 -07:00 |
Logan Girvin
|
d486fd2ee8
|
refactoring JWT properties to getters
|
2021-04-20 15:50:38 -07:00 |
Logan Girvin
|
a3ce800378
|
jwe method refactors
|
2021-04-20 14:01:01 -07:00 |
Logan Girvin
|
46376c8347
|
using runResultTry more
|
2021-04-19 17:35:44 -07:00 |
Logan Girvin
|
82c1f843fa
|
refactoring import to move the rawIdentity stuff to its own class.
|
2021-04-19 17:09:56 -07:00 |
Logan Girvin
|
2103a6523f
|
moving "Result" to the service layer
|
2021-04-19 16:50:26 -07:00 |