Jose\Object\RecipientInterface::createRecipientFromLoadedJWE PHP Method

createRecipientFromLoadedJWE() public static method

public static createRecipientFromLoadedJWE ( array $headers, string | null $encrypted_key ) : Recipient
$headers array
$encrypted_key string | null
return Recipient
    public static function createRecipientFromLoadedJWE(array $headers, $encrypted_key);