@@ -57,7 +57,7 @@ final class DirectPostJWTTests: DiXCTest {
5757 ] )
5858 ] ,
5959 vpFormatsSupported: [ ] ,
60- jarConfiguration: . noEncrytpionOption ,
60+ jarConfiguration: . noEncryptionOption ,
6161 vpConfiguration: VPConfiguration . default ( )
6262 )
6363
@@ -154,7 +154,7 @@ final class DirectPostJWTTests: DiXCTest {
154154 . redirectUri( clientId: URL ( string: TestsConstants . testClientId) !)
155155 ] ,
156156 vpFormatsSupported: [ ] ,
157- jarConfiguration: . noEncrytpionOption ,
157+ jarConfiguration: . noEncryptionOption ,
158158 vpConfiguration: VPConfiguration . default ( )
159159 )
160160
@@ -258,7 +258,7 @@ final class DirectPostJWTTests: DiXCTest {
258258 ] )
259259 ] ,
260260 vpFormatsSupported: [ ] ,
261- jarConfiguration: . noEncrytpionOption ,
261+ jarConfiguration: . noEncryptionOption ,
262262 vpConfiguration: VPConfiguration . default ( )
263263 )
264264
@@ -394,7 +394,7 @@ final class DirectPostJWTTests: DiXCTest {
394394 signingKeySet: TestsConstants . webKeySet,
395395 supportedClientIdSchemes: [ ] ,
396396 vpFormatsSupported: [ ] ,
397- jarConfiguration: . noEncrytpionOption ,
397+ jarConfiguration: . noEncryptionOption ,
398398 vpConfiguration: VPConfiguration . default ( )
399399 )
400400
@@ -460,7 +460,7 @@ final class DirectPostJWTTests: DiXCTest {
460460 signingKeySet: keySet,
461461 supportedClientIdSchemes: [ ] ,
462462 vpFormatsSupported: [ ] ,
463- jarConfiguration: . noEncrytpionOption ,
463+ jarConfiguration: . noEncryptionOption ,
464464 vpConfiguration: VPConfiguration . default ( )
465465 )
466466
@@ -554,7 +554,7 @@ final class DirectPostJWTTests: DiXCTest {
554554 ] )
555555 ] ,
556556 vpFormatsSupported: [ ] ,
557- jarConfiguration: . noEncrytpionOption ,
557+ jarConfiguration: . noEncryptionOption ,
558558 vpConfiguration: VPConfiguration . default ( )
559559 )
560560
@@ -668,7 +668,7 @@ final class DirectPostJWTTests: DiXCTest {
668668 . x509SanDns( trust: chainVerifier)
669669 ] ,
670670 vpFormatsSupported: [ ] ,
671- jarConfiguration: . noEncrytpionOption ,
671+ jarConfiguration: . noEncryptionOption ,
672672 vpConfiguration: VPConfiguration . default ( )
673673 )
674674
@@ -903,7 +903,7 @@ final class DirectPostJWTTests: DiXCTest {
903903 . x509SanDns( trust: chainVerifier)
904904 ] ,
905905 vpFormatsSupported: [ ] ,
906- jarConfiguration: . noEncrytpionOption ,
906+ jarConfiguration: . noEncryptionOption ,
907907 vpConfiguration: VPConfiguration . default ( )
908908 )
909909
@@ -1030,7 +1030,7 @@ final class DirectPostJWTTests: DiXCTest {
10301030 . x509SanDns( trust: chainVerifier)
10311031 ] ,
10321032 vpFormatsSupported: [ ] ,
1033- jarConfiguration: . noEncrytpionOption ,
1033+ jarConfiguration: . noEncryptionOption ,
10341034 vpConfiguration: VPConfiguration . default ( )
10351035 )
10361036
@@ -1165,7 +1165,7 @@ final class DirectPostJWTTests: DiXCTest {
11651165 . x509SanDns( trust: chainVerifier)
11661166 ] ,
11671167 vpFormatsSupported: [ ] ,
1168- jarConfiguration: . noEncrytpionOption ,
1168+ jarConfiguration: . noEncryptionOption ,
11691169 vpConfiguration: VPConfiguration . default ( )
11701170 )
11711171
@@ -1278,7 +1278,7 @@ final class DirectPostJWTTests: DiXCTest {
12781278 . x509SanDns( trust: chainVerifier)
12791279 ] ,
12801280 vpFormatsSupported: [ ] ,
1281- jarConfiguration: . noEncrytpionOption ,
1281+ jarConfiguration: . noEncryptionOption ,
12821282 vpConfiguration: VPConfiguration . default ( )
12831283 )
12841284
@@ -1485,7 +1485,7 @@ final class DirectPostJWTTests: DiXCTest {
14851485 . x509SanDns( trust: chainVerifier)
14861486 ] ,
14871487 vpFormatsSupported: [ ] ,
1488- jarConfiguration: . noEncrytpionOption ,
1488+ jarConfiguration: . noEncryptionOption ,
14891489 vpConfiguration: VPConfiguration . default ( )
14901490 )
14911491
0 commit comments