@@ -94,6 +94,7 @@ discard block |
||
| 94 | 94 | * @param array $allowed_key_encryption_algorithms |
| 95 | 95 | * @param array $allowed_content_encryption_algorithms |
| 96 | 96 | * @param \Psr\Log\LoggerInterface|null $logger |
| 97 | + * @param integer $recipient_index |
|
| 97 | 98 | * |
| 98 | 99 | * @return \Jose\Object\JWEInterface |
| 99 | 100 | */ |
@@ -114,6 +115,7 @@ discard block |
||
| 114 | 115 | * @param array $allowed_algorithms |
| 115 | 116 | * @param string|null $detached_payload |
| 116 | 117 | * @param \Psr\Log\LoggerInterface|null $logger |
| 118 | + * @param integer $signature_index |
|
| 117 | 119 | * |
| 118 | 120 | * @return \Jose\Object\JWSInterface |
| 119 | 121 | */ |