@@ -25,33 +25,33 @@ public function dataHeadersAndAlgorithms(): array
2525 return [
2626 [
2727 'shared_protected_header ' => ['alg ' => 'A256GCMKW ' , 'enc ' => 'A128CBC-HS256 ' ],
28- 'shared_header ' => [],
29- 'recipient_header ' => [],
28+ 'shared_header ' => [],
29+ 'recipient_header ' => [],
3030 ],
3131 [
3232 'shared_protected_header ' => ['alg ' => 'A256GCMKW ' , 'enc ' => 'A192CBC-HS384 ' ],
33- 'shared_header ' => [],
34- 'recipient_header ' => [],
33+ 'shared_header ' => [],
34+ 'recipient_header ' => [],
3535 ],
3636 [
3737 'shared_protected_header ' => ['alg ' => 'A256GCMKW ' , 'enc ' => 'A256CBC-HS512 ' ],
38- 'shared_header ' => [],
39- 'recipient_header ' => [],
38+ 'shared_header ' => [],
39+ 'recipient_header ' => [],
4040 ],
4141 [
4242 'shared_protected_header ' => ['alg ' => 'A256GCMKW ' , 'enc ' => 'A128GCM ' ],
43- 'shared_header ' => [],
44- 'recipient_header ' => [],
43+ 'shared_header ' => [],
44+ 'recipient_header ' => [],
4545 ],
4646 [
4747 'shared_protected_header ' => ['alg ' => 'A256GCMKW ' , 'enc ' => 'A192GCM ' ],
48- 'shared_header ' => [],
49- 'recipient_header ' => [],
48+ 'shared_header ' => [],
49+ 'recipient_header ' => [],
5050 ],
5151 [
5252 'shared_protected_header ' => ['alg ' => 'A256GCMKW ' , 'enc ' => 'A256GCM ' ],
53- 'shared_header ' => [],
54- 'recipient_header ' => [],
53+ 'shared_header ' => [],
54+ 'recipient_header ' => [],
5555 ],
5656 ];
5757 }
@@ -83,7 +83,7 @@ public function dataPrivateKeys(): array
8383 [
8484 'recipient_keys ' => ['keys ' => [[
8585 'kty ' => 'oct ' ,
86- 'k ' => 'OgUyABAPIkI-zFg3doqsv_GH-4GTGOu3HGnuG9wdxCo ' ,
86+ 'k ' => 'OgUyABAPIkI-zFg3doqsv_GH-4GTGOu3HGnuG9wdxCo ' ,
8787 ]]],
8888 ],
8989 ];
@@ -98,7 +98,7 @@ public function dataRecipientPublicKeys(): array
9898 [
9999 'recipient_key ' => [
100100 'kty ' => 'oct ' ,
101- 'k ' => 'OgUyABAPIkI-zFg3doqsv_GH-4GTGOu3HGnuG9wdxCo ' ,
101+ 'k ' => 'OgUyABAPIkI-zFg3doqsv_GH-4GTGOu3HGnuG9wdxCo ' ,
102102 ],
103103 ],
104104 ];
0 commit comments