@@ -63,7 +63,7 @@ |
||
63 | 63 | * @param array $recipient_headers |
64 | 64 | * @param string|null $aad |
65 | 65 | * |
66 | - * @return \Jose\Object\JWSInterface |
|
66 | + * @return \Jose\Object\JWEInterface |
|
67 | 67 | */ |
68 | 68 | private static function createJWEAndEncrypt($payload, JWKInterface $recipient_key, array $shared_protected_headers = [], $shared_headers = [], $recipient_headers = [], $aad = null) |
69 | 69 | { |